modules width

GK User
Thu Jun 09, 2011 8:00 pm
Hi,
how can I specify the width of module positions? I.e. Top1 position 70% (or in px) and Top2 30%.
If I publish two modules they span 50%/50% of the width.
Thanks
User avatar
Senior Boarder

Konrad M
Fri Jun 10, 2011 6:15 am
Hi
You can add them suffixes and add css rules fore those suffixes with !important rule. For example
Code: Select all
.suffix1 {
width:70% !important;
}
User avatar

GK User
Fri Jun 10, 2011 3:48 pm
Thankyou,
but unfortunately I'm not so experienced. I must add your lines to .css file of the template? where? and then use "suffix1" in the module manager window?

I'm trying to switch my site (http://cart3.altervista.org) template from Tachyon by Rockethem to Gavick's Black and White...
User avatar
Senior Boarder


cron