• I’m trying to locate the custom logo above the navigation menu bar in the top and center it but only for the home page. How do I go about this in bootstrap?

Viewing 1 replies (of 1 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hi There,
    You can try below css for this in Appearance->Customize->Additional CSS option.

    .home .navbar > .container .custom-logo-link {
        float: none;
        display: inline-block;
    }
    .home .container > .navbar-header {
        width: 100%;
        float: none;
        text-align: center;
    }
    

    Cheers!

    • This reply was modified 7 years, 7 months ago by Tanay.
Viewing 1 replies (of 1 total)
  • The topic ‘Move custom logo above top navigation menu’ is closed to new replies.