How to resize subpages like EVENTS

Where are the settings to resize pixel settings on sub pages like Events page?  I need to make some of my pages wider.

Quote · 25 Jun 2009

If a page is not available within Admin => Builders => Page Builders then you have to do it the old fashioned and well trusted route.  Open the page up using Firefox with Firebug on it.  Now, note the url of the page.  In this instance it would be:

 

http://www.yourdomain.com/events.php   and using Firebug isolate out the item you want adjusted and then go into your server and change the associated page.  If your trying to make the events page wider, then just go to events.php and adjust the page width in the associated css file.  Note:  You are not changing the page width in the .php file, rather in the .css file.

 

You will find this in either:

 

templates/tmpl_uni/events.css (Please note the events.css can be any file name this is why your using Firebug to isolate the specific file so you get it correctly) or:

 

templates/base/events.css (same rule as above applies)

 

and locate:

 

width: 960px;  (px count will be whatever the default is)

 

and just change the count to what you want.  You can preview this using Firebug by changing it in Firebug until you get exactly what you want and then do the final change on your servers files.

Quote · 27 Jun 2009
 
 
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.