• Hey

    I have done something to my header i think and i cant work out how to fix it, there is no a huge gap under my header with mobile and tablet views and have been reading and trying lots of things but cant work it out.

    Could not find my theme i used in that section so not sure where to post.

    Thanks.

    • This topic was modified 3 years, 4 months ago by shadlock1.

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

Viewing 1 replies (of 1 total)
  • It looks like in your theme.css the ID slider has the margin bottom set to 100px which is giving it that spacing. If you don’t want any spacing you can set that to 0px.

    For more clarification, the CSS has the following:

     #slider {
       margin-bottom: 100px;
    }

    For no spacing at all, it should be:

    #slider {
       margin-bottom: 0px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘broke my header now big gap with a mobile or tablet’ is closed to new replies.