Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there Shayne Thiessen,

    How are you doing today?

    I’ve checked the page you linked and there is indeed a lot of space there, there are few places where you can remove padding to reduce the space between those two.

    Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    div.mythemes-page-header {
        padding-bottom: 0;
    }
    
    .content.main-content {
        padding-top: 0;
    }

    This should be the result http://screencast.com/t/Hq9NwWCE7W.

    Hope this helps and happy holidays!

    cheers,
    Bojan

    May be you can try this in your custom css plugin

    section.col-lg-9 div.mythemes-page {
        padding: 0px;
    }
    .content {
        padding-top: 80px;
    }
    Thread Starter shayne

    (@shayne-thiessen)

    Thanks for your help everyone.

    I used to the code Bojan Radonic provided and it worked wonderfully.

    Thank you, and Merry Christmas.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘So much white space’ is closed to new replies.