• Resolved Michael

    (@tony-alibaba)


    hey guys, On spirituallight.guru,
    in responsive viewports, I get this gap between header and content.
    it is caused by tc-reset-margin-top, this is the html i clipped via firebug:

    <div id="tc-reset-margin-top" class="container-fluid" style="margin-top: 92px;"></div>

    as you can see above, the gap is 92px, I cant figure out how to close the gap to say 10px,

    any help or pointers would be greatly appreciated

Viewing 1 replies (of 1 total)
  • Thread Starter Michael

    (@tony-alibaba)

    I used one of Dave’s answers that was on another question and altered the code with @media as shown below:

    @media only screen and (max-width: 959px) {
    #tc-reset-margin-top {
      margin-top:  10px !important;
    }
    }

    and it worked perfectly.

Viewing 1 replies (of 1 total)
  • The topic ‘tc-reset-margin-top’ is closed to new replies.