• Resolved blog12

    (@blog12)


    I am just getting my site set up and I’m using the Beautiful Pro theme. I’ve looked through forums, but I can’t figure out how to delete the white space between my site header and page content. My site:

    https://wovenbeautiful.com/

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having the exact same problem with my Gensis child theme. Can you please tell me what you did to solve this? (it looks good on your website now)

    Thank you!

    Thread Starter blog12

    (@blog12)

    I changed the padding in my stylesheet under “site containers” from this:

    .site-inner {
    clear: both;
    padding-top: 80px;
    }

    to this:

    .site-inner {
    clear: both;
    padding-top: 20px;
    }

    You can decrease the padding by however much you want to make the gap smaller. Hope that helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Delete white space between site header and page content’ is closed to new replies.