Archived topic
Secondary Navigation / Secondary Sub Navigation
5 replies · Started by Andrea on August 9, 2017
Hi Tom,
Is there a way to in my secondary navigation for the sub navigation to open up beneath instead of to the right where it covers my image? (http://www.musclecloud.org.uk/montese). I would like it for the options to fill the space in the left hand column if possible. Also I only need this navigation and would like to disable it on all the rest is that also possible? Thanks for you time, Kind Regards.
This might help:
.widget-area .secondary-navigation ul ul {
top: auto;
left: 0;
width: 100%;
}
.dropdown-hover .inside-left-sidebar .dropdown-menu-toggle:before,
.dropdown-hover.both-left .inside-right-sidebar .dropdown-menu-toggle:before {
content: "\f107";
}
Let me know :)
Hi Tom,
forgive me, where would I insert the CSS?
Kinds Regards
Sorry! This should help: https://docs.generatepress.com/article/adding-css/
Hi Tom,
I was struggling with the second navigation way of doing it. I've added the custom menu widget instead now. Is it possible to space the leading out on this with mayabe a line inbetween each one?
Kind Regards
Like this?:
#menu-products-menu li {
margin-bottom: 10px;
}
#menu-products-menu ul {
margin-top: 10px;
margin-left: 15px;
}