Site logo

Archived topic

Suggestion - secondary menu

3 replies · Started by Rob on November 21, 2018

Viewing posts 1–4 of 4

If using the secondary navigation and in the customizer the secondary nav width is set to full and inner navigation width is set to contained it would be nice if there was some left and right padding to match that of whatever is set in the Header Padding (under header). This would keep the secondary navigation lined up at all times with the header below it.

Currently i add:

.secondary-navigation .inside-navigation{
padding-left: 40px;
padding-right: 40px;
}

Which isn't a big deal, but i have to remember to change the css to match the header padding in customizer each time for a new website.

Thanks.

Hi there,

It should match up without adding that CSS.

The icon itself doesn't match up but the actual menu item (white background) matches:
https://www.screencast.com/t/ExIi25yfm

Let me know if this helps :)

Hi Leo, if you take my code out in the inspector and resize the browser window to say 1280px or less you will see what i mean.

It's not really a problem for me, but I imagine most users who disable the secondary nav toggle would want it to work this way. Thanks.

I see what you mean.

CSS solution is definitely the best for this for now :)

This archived topic is closed to new replies.