Main Menue
Hello!
Is there any possibility to get the buttons in the main menue centered?
Re: Main Menue
Reply #1 –
As a start you will need to do a couple of things.
1) Add text-align: center to #main_menu css declaration
2) remove the float: left from .listlevel1 and add display: inline-block; Thinking about that you will want to add a
#main_menu .listlevel1 {float: none; display:inline-block;} which should target just the main menu and leave all the other menus alone.
As always this is untried, just some quick thoughts.
Re: Main Menue
Reply #5 –
You mean a picture, as I would like it to have, emanuele?
All the buttons on this line should be centered...
Re: Main Menue
Reply #6 –
And the dropdowns there in main menue and the poster should stay as before...