Secondary Pages - Dimensions

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Wed Jun 09, 2010 6:09 am
Is there a way to change the body dimensions of a secondary page in this template? As you can see from the URL the modules on the right are not sized properly and it makes the site look messy.

http://www.preaction.com/index.php?opti ... Itemid=135

We would like to change the body size to better fit in the modules on the right.

I am hoping this is not a forbidden question but if it is, I am hoping one of the customers has an answer, this has been driving me nuts for 2 days.
User avatar
Expert Boarder

teitbite
Wed Jun 09, 2010 2:04 pm
[center]Image[/center]

Hi

Haha! It's forbidden :)

Please add this at the end of template.css file:

Code: Select all
#gk-right {
width:20% !important;
}

#gk-mainbody {
width:80% !important;
}

.main {
width:1024px !important;
}


and play with this values.
User avatar
Moderator

GK User
Wed Jun 09, 2010 2:18 pm
Thank you sir.
User avatar
Expert Boarder


cron