Main menu/CherryDesign template/Joomla1.5.23

GK User
Fri Jul 01, 2011 8:46 am
Hi, I would like align the main menu on the left because my logo position is down than the main menu.
Can you explain me, if it's possible, where I must modify CSS files to obtain this result? :(
(www.enricoschiavi.com)
It's urgent, I'm waiting for your reply.
Thanks in advance!
User avatar
Fresh Boarder

teitbite
Fri Jul 01, 2011 11:29 pm
Hi

Please add this code to css:

Code: Select all
#gk-nav {
    float: left;
}
User avatar
Moderator

teitbite
Sat Jul 02, 2011 2:50 pm
Hi

You asked in mail where to place this code. I advice to use override.css file for it. Please remember to allow using this file in template settings. Please try to place all css changes there. It's loaded as last css file and will be overwritting every class and the update of the template will be much easier if You will need to remember to keep one file only.
User avatar
Moderator


cron