araskin3i
Posts: 0
Joined: Fri Dec 20, 2013 2:44 pm

custom width for popup

Hi,

I have a popup screen which does not display correctly and I would like it to be wider. I have set the width value in the properties but this seems to be ignored. Is there a setting somewhere else to make the popup wider?

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

custom width for popup

Hello,

You can add custom CSS. For example:

[role=dialog]{
width:100px;
}

araskin3i
Posts: 0
Joined: Fri Dec 20, 2013 2:44 pm

custom width for popup

Hi Nikita,
Thanks. But my question is why is the popup ignoring the width that I have set in the properties?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

custom width for popup

Hello!

Could you clarify what do you mean on "that I have set in the properties". How did you set it? Most likely you specified property for incorrect component.

araskin3i
Posts: 0
Joined: Fri Dec 20, 2013 2:44 pm

custom width for popup

I have set the width/height on the screen element.

See attached image:
Image

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

custom width for popup

Hello,

Yes. It doesn't affect on popup. You've just set size for popup to make easy its developing. But you can't set the popup size (how it would be at opening) at this way.

Vikram Raju
Posts: 0
Joined: Mon Jul 20, 2015 4:06 am

custom width for popup

Then how could we change the width?????

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

custom width for popup

Hello Vikram,

You can do this with CSS, please find an example above.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

custom width for popup

Hi

I have added this to css
[role=dialog]{
width:95%;
}

It has made no difference to my popup width at all.
And What is the point of the Dimensions in the properties window if it has no effect?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

custom width for popup

Hello Deon,

Could you please try adding 'weight' to this rule, for example, by !important?

Return to “Issues”