Space between navigation bar and content

Hi,

I would like to know how to get rid of the white space between the navigation bar and the content (slider) on my pages.

Thanks

My site page: http://www.charlottecooperdesigner.com/my-work/the-punk-factory/

Here is the area I mean:

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the padding above the slider by going to Appearance > Customize > Additional CSS and pasting it there.


/*Remove slider top padding*/
.pt0 {
    padding-top: 0px;
}


Best Regards,
Support

Hi,

Thanks for your reply, it has reduced the space to about half, how could I get rid of the rest?

Thanks,

Charlotte

Hi there,
Thanks for keeping in touch with us.

Kindly add and save the following code to Appearance > Customize > Additional CSS:

/*remove slider top padding*/
.post-grid-wide h2.post-title {
    margin-top: 0px!Important;
    margin-bottom: 0px!Important;
}

I hope this helps :slight_smile:

Best Regards,
Support

Worked perfectly, thank you so much!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support