Archived topic
Primary nav not load full width with secondary lateral menu
5 replies · Started by David on July 25, 2017
Hi,
in my page David Roda i have a secondary menu in lateral, and the primary nav not load full width, Nevertheless when do scroll and convert to sticky, yes expands to full width, you know how i can to do to be full width always?
Thanks!!!
Hi there,
Give this method a shot: https://docs.generatepress.com/article/navigation-logo/#navigation-as-header
Hi,
but not is a logo, is a element of menu to put the logo in the middle of menu, following this: https://docs.generatepress.com/article/centering-logo-navigation/
Your site has this CSS which is preventing it from being full width:
.sfm-no-mobile.sfm-pos-left body,
.sfm-no-mobile.sfm-pos-left #wpadminbar {
padding-left: 200px !important;
box-sizing: border-box !important;
}
That padding-left will have to be removed.
Thanks you!!!!!! :D :D :D :D
You're welcome :)