topbar not same width as header

  • Author
    Posts
  • #36409
    tdp

    How do I make the topbar the same width as header, instead of taking up the whole width of the screen?

    #36459
    Zed
    Cryout Creations mastermind

    Use this custom styling:

    body #topbar {
        box-shadow: none;
        margin: 0 auto;
        max-width: 1150px;
    }

    You’ll need to adjust the width value if you ever reconfigure the theme to a different width.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #36669
    tdp

    Thanks; perfect!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘topbar not same width as header’ is closed to new replies.