• I’ve got this “gap” when I display my webpage in explorer. I want it to look like it does in chrome, where the slider is moved tot the top.

    I’ve edited the margin on the slider, but it only seems to work in chrome

    Is there a way to fix this? may an entirely new theme?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • You should ask in the theme’s support forum.

    I assume you probably just want to do this for the homepage only… try something like this instead

    .home .site-container {
        margin-top: -200px !important;
        position: absolute;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Want to cloase “gap” at top’ is closed to new replies.