Remove whitespace

I have a featured image going across the whole screen and would like no white space above it ALSO can i use cornerstone on posts? i have x pro but i cant see any way to do this.

I saw someone said to use this code: .x-header-landmark { display: none; }
but i put it in my global and header css and js and nothing happened

Hello jane,

Thanks for writing in!

The space above is coming from the top margin of the content container. To get rid of the space, you use this custom css code instead:

.x-container.max.width.offset {
    margin-top: 0;
}

We would love to know if this has worked for you. Thank you.

works perfectly, thanks a bunch!

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.