Viewing 2 replies - 1 through 2 (of 2 total)
  • Well for whatever reason there is an overflow: hidden and a top padding on the element, but this should achieve what you are looking for:

    .entry-container .entry:first-child {
       padding-top: 0;
       overflow: visible;
    }
    Thread Starter scotiwis

    (@scotiwis)

    Great, worked, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I remove this white space please?’ is closed to new replies.