• how can I remove blank space from the page? From first banner (with the trees) and the 3 images below there is a large blank space. How to remove it ?
    and how can I put on top (near the menues) the site name ?
    Thank you very much.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello!
    For your trees area,
    I see you’re using the Cover Block with “Full Width” and a “Background”. Is that correct?
    Right now, the top and bottom margin are set at 8rem (by default). The easiest way to change that, is to assign a class to that block (in your WordPress editor) and then apply CSS to that class.

    For instance:
    1. Click on Edit your page
    2. Click on the border of the block to see their settings
    3. From the Settings bar, under “Advanced” write for instance thinner-group (without the dot)
    4. Save your page
    5. Click on Customize / Advanced CSS, and write following:

    
    .thinner-group {
    margin-bottom:2rem;
    }

    Regarding your site’s name: if you choose a logo, the title won’t be displayed

    I hope this helps!
    Stay safe ??

    Sorry, try instead:

    .wp-block-cover {
    	margin-bottom:0!important;
    }

    I’m replicating it and what I said before didn’t work… I don’t know why. But this last snippet does work.
    Let me know!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing blank spaces inside page’ is closed to new replies.