When I create a page without Header Image i have a blank space on top of the page. How can i delete it?
Look www.lichtwellen-technik.de Frontpage
When I create a page without Header Image i have a blank space on top of the page. How can i delete it?
Look www.lichtwellen-technik.de Frontpage
Hello Michael,
Please try to use the following CSS code in order to remove that space on your home page.
You can add CSS code in Dashboard → Appearance → Customize → Additional CSS (WordPress 4.7 and up). Also you can add CSS code directly to style.css
file of your child theme.
body.home div#primary main#main article {
padding-top: 0;
}
Please feel free to ask any other questions that you might have.
Kind Regards, Roman.
Hi Im struggling to remove the white space between my menu bar and the page titles, I have the page titles hidden and them created at the top of each page? www.billgwynne.com
Hello,
Please create a new topic for your issue to keep forum in good order and make it easier to help you. I’ll close this topic to avoid confusion.
Kind Regards, Roman.