Site logo

Archived topic

Primary nav not load full width with secondary lateral menu

5 replies · Started by David on July 25, 2017

Viewing posts 1–6 of 6

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!!!

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 :)

This archived topic is closed to new replies.