• Resolved lundvik

    (@lundvik)


    Hello!

    Thanks for a great theme. I′m working on the site viduni.se and have an issue when the site is 982 px width or smaller.

    Below the logo but above the slider there is an empty space that I wish to remove or make smaller. But I can′t seem to find the right CSS-code. Can you help me?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Lundvik,

    Try adding this CSS to Theme Options> Advanced Settings.

    @media (max-width: 992px) {
    header#kad-banner .container {
        max-height: 70px;
    }
    }

    Let me know if that works for you!

    -Kevin

    Thread Starter lundvik

    (@lundvik)

    Thanks Kevin!
    You′re code helped with a little change:

    @media (max-width: 992px) {
    #kad-banner .container {
       max-height: 160px;
    }
    }

    Now it looks like I want.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Empty space below logo’ is closed to new replies.