Hi. Just installed the ubermenu plugin. Seems it won’t expand the width of my site because of the theme’s set dimensions. Is it possible to change this, so the top menu bar will cover the width of the site?
Thank you so much!
Hi @lgaines,
I hope you are well today and thank you for your question.
Could you please share me your site URL and tell me how you want the top menu bar to display so that i can help you to achieve it?
Kind Regards,
Movin
Thank you so much, Movin!
I just want the black bar of the menu to expand across the entire site.
Cheers,
Laura
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
.ubermenu-responsive-default.ubermenu {
float: left;
}
nav.navbar.navbar-default {
background: #000;
}
This worked! Thank you so much for the great support. Love the theme!
You are most welcome here