• How can I make the topbar the same width as the header? It’s fine on mobile, but on a monitor, the topbar bleeds to the edge of the screen while the header does not.

    website

Viewing 1 replies (of 1 total)
  • Hi.

    Just wondering, how about editing the css to limit the width? You have a box shadow though that needs commenting out…

    #topbar {
        margin: 0 auto;
        max-width: 1150px;
        background-color: #445924;
        border-bottom-color: #6c814c;
        /* box-shadow: 3px 0 3px #1c3100; */
    }

Viewing 1 replies (of 1 total)
  • The topic ‘topbar bleeds to edge of page’ is closed to new replies.