This topic has 5 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Eva Kemp
I want to have the same main menu (not the dropdowns) in my footer. How do i set this up…
Hello,
Do you mean you want menu in footer to be shown horizontally, not vertically?
Regards,
Eva Kemp.
Yes, so a replica of the main headings from the top bar. I do have a smaller widget using a footer menu that works although I don’t know how to change the “current” selection background and text colours ?
This would also resolve my issue.
Ahh ignore the request about the current menu styling, I have sorted that. Would be useful to know how to create a menu widget that stretches across the page though ?
Hello,
You may try to use this code in Theme Options > Custom CSS > Custom CSS for desktop to stretch footer menu:
.main-footer-2 .widget_nav_menu li {
width: auto;
padding: 2px;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up