Hi guys!
I am trying to make the popup I have (which is used to create a post) - fullscreen. Does anyone know how to go about this?
Right now it looks like this:
Hi guys!
I am trying to make the popup I have (which is used to create a post) - fullscreen. Does anyone know how to go about this?
Right now it looks like this:
hey,
so I added it using html element, and it didnât work. This is how I added it. When I preview it shows the same size.
he needs to install Classify plugin and add an ID attribute to the popup, right?
Hi,
Enable âExpose the option to add an ID attribute to HTML elementsâ from the Settings tab â General.
After that, add a value to the âID Attributeâ input box like below
and then, add new HTML element and append the style tag with <style>div#YOUR_ID_ATTRIBUTE{width: 100% !important; height: 100% !important; position: fixed !important; top: 0 !important; left: 0 !important; margin-left: 0 !important; } div.fullwidthpopup .bubble-r-box , div.fullwidthpopup .RepeatingGroup, div.fullwidthpopup .HTML{ width: 100% !important; height: 100% !important;}</style>
this worked! Thank you so much
I had one more doubt.
So it works great on desktop and tablet mode - but in mobile mode it is hiding my âpublish buttonâ. So it looks perfect above 400 px, but the moment itâs less than 400 px itâs hiding the buttons - and is not scrollable too.
Hereâs the difference:
Anyway how I can go around this?
This topic was automatically closed after 70 days. New replies are no longer allowed.