• Resolved Anam

    (@laamashdotcom)


    Hi,

    Thanks for reading my post. Please see below:
    Site: https://www.wiltshire-mobile.com/
    Issues: There is a little blank space at the top of my site.

    I just tested with firebug and saw I need to make changes on the following-

    html {
    margin-top: 28px !important;
    }
    * html body {
    margin-top: 28px !important;
    }

    As my theme is a custom one, I couldn’t find anywhere in original 2011 theme. Please can someone help me on this?

    I appreciate your time and help.

    Anam

Viewing 2 replies - 1 through 2 (of 2 total)
  • That space is actually from this CSS:

    #page {
        margin: 20px auto;
    }

    Try changing that to:

    #page {
        margin: 0 auto;
    }

    Thread Starter Anam

    (@laamashdotcom)

    Hi WPyogi,

    Thank you so much for your help.

    I appreciate this.

    Take care!

    Anam

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide blank space at the top my site’ is closed to new replies.