White Space above Contact

QuestionsCategory: Hello FoxyWhite Space above Contact
Tamerica Shelly asked 5 years ago

Hello 
 
I’ve been trying to remove the space above the content. I remove the title but space still remains on pages. Not the home page but the others. 

Jennifer Staff replied 5 years ago

What is a URL to view what is happening? It may need additional title space hidden, or the site-inner padding shrunk.

Tamerica Shelly replied 5 years ago

Here go the link https://travel-essence.com

1 Answers
Jennifer Staff answered 5 years ago

Go to Appearance > Customize > Additional CSS and add the below code.  It will only work for your About page and contact page.  Those seemed to be the two pages that had the full width image.  Are there other pages on the site that you will style like that?  Also don’t forget to clear your cache, hosting and browser after you add the code.  Let me know if you have any issues.
 
.page-id-39 .site-inner,
.page-id-43 .site-inner {
padding-top: 0 !important;
}
 
.page-id-39 .entry-header::after,
.page-id-43 .entry-header::after {
display: none!important;
}

Tamerica Shelly replied 5 years ago

Thank you so much it worked =)