Archived topic
Sub Navigation style problem
3 replies · Started by Steve on December 16, 2020
Viewing posts 1–4 of 4
On our website on the homepage the menu for offices (top right) on the drop down menu displays more than is needed for the menu. How do I narrow this down so only the menu is shown not the rest of the right hand side. It is a blue background, the menu choices are in white.
Hi there,
you have this CSS in your site:
.nav-aligned-right .main-navigation ul, .nav-aligned-center .main-navigation ul {
padding-right: 400px;
}
Instead of padding use margin ie.
.nav-aligned-right .main-navigation ul, .nav-aligned-center .main-navigation ul {
margin-right: 400px;
}
Superb, many thanks for your help
You're welcome
This archived topic is closed to new replies.