Home Forums Pro Themes Easy Commerce Pro How to get rid of White Space on the pages

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #60125
    Sharon Caren
    Participant

    Hi,

    All the pages has a lot of white space between the title and the content, for example http://reposturingdynamics.com/akashic-record-soul-clearing/ and http://reposturingdynamics.com/reposting-yoga/ is there a way to tighten those and make the space between them smaller? I already went to the back end where I was typing them and there’s no space already, I typed all the way at the top, it’s just the way the theme is formatted.

    #60166
    wensolutions
    Keymaster

    Hello @sharoncaren,

    To decrease the space between the title and the content use below given CSS.

    Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .page-content, .entry-content {
        margin: 0px 0 0;
    }
    
    .page .entry-header {
        margin-bottom: -15px;
    }
    
    .page .entry-content-wrapper {
        padding: 0;
        }

    Hope this helps.

    Best Regards!!

    #60839
    Sharon Caren
    Participant

    Thank you very much! It worked!

    #60875
    wensolutions
    Keymaster

    Hello @sharoncaren,

    Glad we could help you.

    If you have any issue further please feel free to post.

    Best Regards!!

    #102275
    lth98105
    Participant

    hi there:

    i did paste the additional CSS but i still have the extra blank space. Please help

    http://statcprclasses.com/main/

    #102288
    wensolutions
    Keymaster

    Hello @lth98105,

    Please add below given CSS to reduce the gap.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.

    .elementor-126 .elementor-element.elementor-element-742be55a {
        padding: 45px 0px 75px 0px;
    }

    Hope this helps.

    Thank you.

    #148100
    Maksim
    Participant

    I inserted the CSS you specified:

    .page-content, .entry-content {
    margin: 0px 0 0;
    }
    .page .entry-header {
    margin-bottom: -15px;
    }
    .page .entry-content-wrapper {
    padding: 0;
    }

    but there were no changes on my page.
    Please tell me how to remove the empty space
    – between Top Header and Primary Menu,
    – between Primary Menu and Home Widget
    – between Home Widget and Content

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.