• Resolved jgirardi69

    (@jgirardi69)


    My navigation menu on top is not going all the way across the site. I don’t know if at one point there were social media icons to the right of the nav bar, however can I get the nav bar to extend across the page?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    header .site-bar .nav {
        width: 100%;
    }
    header .site-tools {
        display: none;
    }

    in the box.
    This will hide the social icon area though.
    Let me know if this works.

    Thread Starter jgirardi69

    (@jgirardi69)

    Yes, perfectly, thank you…

    Glad I could help!
    Please mark this as resolved if everything works fine.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Navigation not going all the way across’ is closed to new replies.