Home › Forums › Weaver Xtreme Theme › Bottom Menu › Re: Bottom Menu
March 20, 2015 at 17:26 UTC - Views: 9
#20508
Moderator
if you want a simple styling, you can use the header mini menu style
[extra_menu menu_name='bottom' menu_style='header_mini' menu_type='horizontal']
Set your styling using the Header Mini menu options.
To center the menu and add the separator, add the rule below in the Mini menu BG CSS+ box
{text-align:center;} %selector% li {padding-left:10px;border-right:1px dotted black;}
To remove the last separator change the rule to
{text-align:center;} %selector% li {padding-right:20px;border-right:1px dotted black;} %selector% li:last-child {border:none;}
I added it in the last tutorial thread 🙂