• Resolved whdmiran

    (@whdmiran)


    I am designing a landing page and I would like to have no space between blocks. If I set options General > entry content > none, I get what I want, but then I have problems with other content on my webpage, because there is no space.

    If I set entry content to compact, it works for the rest of the web page, but not for a landing page regardless if I set content vertical spacing to none. Looks that this option is not working as I understand it. I think if my entry content is set to none and vertical content for posts is set to have top & bottom space, should be space, but there is not.

    what is the solution, that I can have no space for landing page and space for posts? CSS?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Eduard

    (@cteduard)

    Hi @whdmiran

    Indeed, the content spacing option can be only controlled globally for now.

    The easiest way to get this to work on just one page would be with CSS. Target the page ID class via the <body> tag and implement a snippet like this one –

    .page-id-XXXX .entry-content>* {
    margin-bottom: 0px !important;
    }

    Hope this helps!

    Thanks.

    Thread Starter whdmiran

    (@whdmiran)

    thanks, works

    Eduard

    (@cteduard)

    Happy to help, @whdmiran!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Landing page with no space between blocks’ is closed to new replies.