[Resolved] 'Separating Space' below the header

Home Forums Support [Resolved] 'Separating Space' below the header

Home Forums Support 'Separating Space' below the header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #937085
    Matt

    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?

    #937089
    David
    Staff
    Customer Support

    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;
    }
    #937275
    Matt

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

    All fixed!!!

    #937286
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.