Page 1 of 1

Popup The new component

Posted: Tue Jul 22, 2014 8:13 am
by Ashok

How do i make the popup contents scale the entire page rather than show up in that predefined small location? i want the popup to occupy about 80% of the screen width wise.. could u please suggest any code or any work around for this problem at the earliest

Image


Popup The new component

Posted: Tue Jul 22, 2014 8:51 am
by Ashok

Could support please help me with this issue which i am facing .....as i am on a time line to deliver the project


Popup The new component

Posted: Tue Jul 22, 2014 10:48 am
by Kateryna Grynko

Hi Ashok,

Use the following CSS code please:
pre.ui-popup-container{
left:0px !important;
width:80%;
}/pre