CSS - Change the Number of Pixels Between Sub-Menus
Template T2
- Paste the CSS Code below into your Admin/Settings/Advanced/Additional Styles field
- Change the "padding" value higher to increase the space between sub-menus
- Change the "padding" value lower to decrease the space between sub-menus
.submenu-inner li a {
display:block;
float:left;
line-height:30px;
padding:0 15px;
text-decoration:none;
}