White Space / Header / Hero Space

  • Unknown's avatar

    Hey,

    I have tried so many things including the following CSS which has reduced the white space but I’m stuck! I’ve been using Custom CSS in Elementor as not comfortable editing the php. file. I’m using the Mins theme.

    The issue is on my blog posts as follows:

    http://pranayogi.co/yogic-breathing-science-of-pranayama/

    I’ve used the following which has helped, but need to know how to get rid of this last bit of space. Thanks!

    .hero {
    display: none; }
    .page-title {
    display: none; }
    .div.hero {
    display: none;
    }
    .site-content {
    padding: 0rem 0;
    }
    .entry-meta .byline, .entry-meta .cat-links { display: none; }
    .entry-meta .posted-on { display: none; }
    .blog .page-title {
    display: none;
    }
    .page-title {
    display: none;
    }

  • Unknown's avatar

    Hi nikkilegrys,

    Please try out this CSS code and let me know if it works for you.

    
    //header adjustment 
    .site-title-wrapper {
        padding: 23px 23px 0px;
    }
    //content adjustment
    @media only screen and (min-width: 40.063em) {
    body:not(.fl-builder) .hentry {
        padding: 0 3.5rem !important;
    }	
    }
    .featured-image {
        margin: 0px -10%;
    }
    

    The site pranayogi.co is a WordPress.org site hosted by GoDaddy. This is a forum for WordPress.com hosted sites.

    WordPress.com vs. WordPress.org

    You may contact your hosting provider for further support or on WordPress.org forum through the link below:
    https://wordpress.org/support/

    Hope this helps. Thanks!

  • The topic ‘White Space / Header / Hero Space’ is closed to new replies.