Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Menubar is not working after changing logo position Re: Menubar is not working after changing logo position

#127953
kartonnade
Member

Hey!

Have you tried the following ?

1- within your body, add a div of class “container” instead of giving the “container” class inside menu & slider & loop :





2- remove the “container” class within the above mentionned
3- create a

element to encompass your logo + menu
4- cleanup: unset margins, width, floats on logo and menu and ul#mainmenu-menu, add theme back one at a time only if needed
5- display:block; your logo
6- float your logo and your menu left
7- remove margin-top: 30px; on the slider ?

Also, try to style using classes and keep ids for javascript.