size of main menu

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Sun May 23, 2010 6:52 pm
where can i change a width of main menu in conttent
User avatar
Junior Boarder

Robert Gavick
Sun May 23, 2010 7:33 pm
Hi,

If you published the module on the right or inset position (hope so :)) you can change the size of these columns in the template manager.
If you want to change only a width of module, add to it an extra suffix (for example menu1) and to the template.css the following code:

Code: Select all
.menu1
{ width: .... }


-Robert
User avatar
Administrator

GK User
Mon May 24, 2010 10:48 am
i try, but won't works for me. can i change size some where in template.css?
User avatar
Junior Boarder

teitbite
Mon May 24, 2010 12:52 pm
Hi

Please show me Your site.
User avatar
Moderator

GK User
Mon May 24, 2010 1:25 pm
www.imode.si
user and pass is default
User avatar
Junior Boarder

teitbite
Mon May 24, 2010 2:33 pm
Hi

It can be manage by css also. Just add this at the end of template.css file:

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

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


Please remember that it would change the widths on every page.
User avatar
Moderator


cron