switching position mainnav and logo

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Fri Jun 01, 2012 9:56 am
hi,

template therealdesign: how can I switch position logo and mainnav (logo right and mainnav on left side)?

thank you.
claudia
User avatar
Fresh Boarder

teitbite
Sat Jun 02, 2012 8:45 am
Hi

Please add this code to css:

Code: Select all
h1#gkLogo {
    float: right;
}

#gkMainMenu {
    float: left;
}
User avatar
Moderator


cron