• I am trying to mostly decrease (would like to know how to control) the white (empty) space between the page content and the page borders. I have tried the same for blocks. Here is what I have tried without success;

    .page-content 
    {
    	margin-top: 0 !important;
    	padding-top: 0 !important;
    }

    and for blocks;

    .entry-content > *, .wp-block-group > *, .wp-block-columns > * {
    	margin-top: 0 !important;
            margin-bottom: 0 !important;
    	padding-top: 0 !important;
    	padding-bottom: 0 !important;
    }

    Can someone please help with it?

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

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @rullah,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .single .post-content { padding: 5%; }

    Let me know if that does it.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove/control white/empty space between text and page borders?’ is closed to new replies.