Site logo

Archived topic

'Separating Space' below the header

3 replies · Started by Matt on June 21, 2019

Viewing posts 1–4 of 4

Hi,

I've noticed about 20px of phantom padding beneath the header of my site at https://heretotravel.com. The space only seems to appears on the homepage and only appears to have appeared recently.

Adjusting the 'Separating Space' does affect this padding, but I don't want to adjust this as the padding is needed elsewhere. I think my confusion stems from the fact that the separating space appears in different locations depending on the page.

For example, the space appears below the header on the homepage, but appears below a custom page header (in Elements) on pages. It's a bit odd.

Is this expected functionality or is there an issue?

Hi there,

there is an element being inserted into the main content which is picking up some other margin CSS, use this CSS to remove that:

.essb_postbar_start {
    margin-bottom: 0 !important;
}

Fabulous, reliable David. Thank you so very much for sussing it out. Apologies that it was some extraneous code from another plugin.

All fixed!!!

You're welcome

This archived topic is closed to new replies.