• Hi,

    How can I remove the white space under the logo and primary menu on blog posts?

    I used this for pages and it works great, but I can’t seem to figure out the right code for blog posts:

    /* Removes space under logo and menu on pages*/
    body.page #content .main .pageclass {
        padding-top: 0;
    }

    Thank you!
    Laura

Viewing 1 replies (of 1 total)
  • Try this CSS:

    .single .wrap.contentclass .widget-1 {
        margin-top: 0;
    }

    Please be sure to post a link with all support queries.

    Thanks!
    -Kevin

Viewing 1 replies (of 1 total)

The topic ‘Remove white space under logo’ is closed to new replies.