• Resolved travern

    (@travern)


    Hi, does anyone know how to remove space left of navbar? I have managed to add a background color to the navbar, but there is some space to the left of the navbar that is white. https://www.fytti.com you can see.

Viewing 2 replies - 1 through 2 (of 2 total)
  • That’s being created by the padding in this code you added:

    body .site {
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding: 0 10px;
    }

    Thread Starter travern

    (@travern)

    Thanks! That gave me something to think about, i removed the 10px padding from body . site and added it to .site-content to keep the same padding. Doing that I removed to space left of colored navbar

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing space left of colored navbar’ is closed to new replies.