Home › Forums › Weaver Xtreme Theme › How do I adjust the space between main menu items? › Re: How do I adjust the space between main menu items?
November 30, 2014 at 19:08 UTC - Views: 5
#20083
Moderator
Add the rules below in Main options > menus > Primary menu bar > Item BG: CSS+ box
{padding-left:20px;padding-right:20px;}
.menu-hover.menu-arrows .has-submenu > a {padding-right:44px;}
.menu-arrows.menu-hover .toggle-submenu {margin-right:20px;}
The first one changes the right left padding to 20px
The second adds the 20px to the existing 24px for the menu with sub menu arrow
The third shifts the arrow so the space is added right of the arrow

