SOLVED: Increasing the width of module position right2 (right1 no)

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Thu Feb 24, 2011 5:32 am
Hi guys, last one (I hope!?!), please help:

Link: http://www.gourmetlamb.co.nz/k2/item

Fault: I have set (via the template manager/dimensions) for the module position right2 to 50 and right1 to 0.
But this does not seem to change the width of right2, I need to widen right 2 a bit more.

Right2.jpg
User avatar
Junior Boarder

Konrad M
Thu Feb 24, 2011 9:11 am
Hi
Try add to override.css (remember to enable it)
Code: Select all
.moduletable {
padding:24px 14px 24px 14px;
}

where second and fourth value is right an left padding. Try to set own value but not more than 24 for each one. Less padding value give you more space for content inside.
User avatar

GK User
Fri Feb 25, 2011 12:02 am
Better solution is modify the paddings by this code
Code: Select all
#gk-right .moduletable {
padding:24px 14px 24px 14px;
}


because when you change padding on .moduletable element it'll change paddings on whole moduletable elements on your site not only in the right column.
User avatar
Platinum Boarder


cron