How do I remove the space between header and menu?

How do I remove the space between header and menu?

The gap you see, is because of the top-margin of the h1 in the header. So you can set the top margin of that h1 to 0 to remove the gap.

How do I remove the space between header and content in WordPress?

site-content article” which has the setting “padding-top: 40px” – as the top and bottom are both set it turns into 80 pixels of space. removing that setting – or setting both “padding-top” and “padding-bottom” to lower numbers will decrease the empty space.

How do I get rid of the white space under my header in WordPress?

REMOVE WHITE SPACE BELOW HEADER – DIVI THEME Find the top section and go to the Design Tab. Go to Spacing and put 0px in top padding. This should remove the white space.

How do I remove the space between header and top of page in CSS?

Removing the space between your header and your content

  1. Click the first element on the page (i.e. a Section or Image)
  2. Look for the Margins setting in the Settings section of the right sidebar.
  3. Disable the “linked axis” option.
  4. Set a negative margin on the top (i.e. -50px)

How do I reduce space between elements in WordPress?

Removing the space between elements

  1. In WordPress left dashboard menu, go to Elementor > Settings.
  2. In Style tab, find the Space Between Widgets option and set your preferable value to the space between elements (unit: px).
  3. Save changes.

How do I reduce padding in WordPress?

WordPress: How to remove white spaces (padding) before media

  1. Log in to the backend of your WordPress website.
  2. In the sidebar, go to Appearance ➜ Customize.
  3. Click on Additional CSS.
  4. Add the following CSS styling, click on Publish: figure .embed-container > div {padding-top: 0 !

How do I reduce the space between my header and text?

How to Remove the Space Between a Header in a Word Document

  1. Place the cursor at the end of the header in the document.
  2. Click “File” from the top menu and then select “Page Setup.”
  3. Select the “Margins” tab from the Page Setup properties window.
  4. Decrease the “Top Margin” value in the Margins properties.
  5. references.

How do you remove or reduce white space gap between header and page in Elementor?

How do I get rid of side space in WordPress?

How to Remove Sidebar in WordPress

  1. Log into your WordPress dashboard.
  2. Go to Appearance > Widgets on the left side of your dashboard.
  3. Find the Sidebar area.
  4. Expand the widget section by clicking the down arrow.
  5. Then, click Delete.
  6. Repeat these steps until you’ve deleted all the widgets under the Sidebar area.

How do I get rid of the white space above my header in HTML?

If you want your header to stay at the top of the page even if you scroll down, add a margin-top element to your lorem ipsum text to give it spacing at the top. If you want the header to disappear as you scroll down, remove the position: fixed or change it to position: static which is normally the default.

How do I get rid of the white space between two sections?

Just write * { margin: 0; padding: 0; } at top of css code. Else, if you are having other whitespace issues with inline elements, you can fix them using font-size: 0; on the container of the affected elements.

How do I get rid of the white space above the header in CSS?

you just need to add something like this in your css line..

  1. .header{
  2. display: none;
  3. }

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top