Change Page Widths

How do you change page widths, for pages that are no listed in the admin  page builder??

I know before we could do this in pagebuilder admin table, but I see no page width information anywhere in admin now, before you could see 988px for a particular page..

I have several pages, contact us page, chat page, that has no ability to change page sizes in admin panel

Where is this done in DB? I use 7.07 version BTW

Thanks

Quote · 17 Aug 2011

In the page builder.

At the bottom.





Other Pages Width sets width of all other pages.


https://www.deanbassett.com
Quote · 17 Aug 2011

Thanks, the draggable bar is not draggable for some reason, where can I change this manually in DB?

 

Thanks

Quote · 17 Aug 2011

In sys_options. main_div_width

You can set it by running this query in phpMyAdmin

UPDATE `sys_options` SET `VALUE` = '998px' WHERE `Name`='main_div_width'

Change 998px to what ever width you want.

Then the cache MUST be cleared for that change to take affect.

https://www.deanbassett.com
Quote · 17 Aug 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.