Forums
Forums / Fixing WordPress / Help with menu!!!
(@salvo8984)
14 years, 1 month ago
hi guys, I am very new using wordpress trying to build my own website. I am using the Blaskan 2.2.1 theme and I have been trying all day trying to center the menu bar.
this is my link http://salvonostrato.com/WP/
I found the way to center the header using <div align=”center”> but I cannot find where to use this code for the menu bar.. please helppp
Anyone knows how to do it?
(@richardwpg)
http://codex.wordpress.org/Appearance_Menus_Screen
(@youon)
Your LI are floating so you have to work with padding in the UL element, try something like that in your style.css
div.menu ul { padding-left:10px; }
Adjust the amount of pixels to fit your needs.
tnx YouOn, your way worked.. I used your code without div.menu in #nav { section Richard tnx for the link really cool!!!
The topic ‘Help with menu!!!’ is closed to new replies.