• Hallo, i cannot remove the white space after cover theme. if you add any colored block after there will be a white space in between. Of course you can solve making all white, but the space move all content down.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • You should be able to control it with the following CSS in Appearance->Customize->Additional CSS

    .home .entry-content div:first-of-type {
    	margin: 0;
    }

    If you want a little bit more control you can do something like

    .home .entry-content div:first-of-type {
    	margin: 10px 0 10px 0;
    }

    While modifying the 10px values to your liking.

    Thread Starter waldem74

    (@waldem74)

    This solve my problem.
    thank you so much @jarretc

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘space after title’ is closed to new replies.