Remove Space Between Header and First Block [closed]

Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 14 hours ago. Improve this question I am making a online booking website with WooCommerce Booking and the Storefront Theme. On my home page I made a banner with an image and a button as seen in the image below. However, I have not been able to get rid of that white space. I have added the following code in the custom CCS section of wordpress to remove the title Any idea how I can remove the space? I want the banner and the header to be touching My code: .page .entry-title { display: none; } Here is the link to the website: https://idm.beb.mybluehost.me/

Comment (1)

Jese Leos

September 7, 2024

Verified user

If you mean the white space above the banner. Decrease the margin-bottom of this classes .home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header { margin-bottom: 4.235801032em; } This is how it looks after that.

You’ll be in good company