Site logo

[Support request] Hi! My site’s header has spacing issue

Home Forums Support [Support request] Hi! My site’s header has spacing issue

Home Forums Support Hi! My site’s header has spacing issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2478156
    vincenteccl

    Hi! On desktop, my site’s homepage Site Title has a spacing issue.
    There’s a large blank space that cannot be reduced using customiser.
    This only happens on the homepage, which I use elementor to create.
    For other pages, there is no such issue.
    Please help. Thanks.

    #2478175
    David
    Staff
    Customer Support

    Hi there,

    can you disable any cache/optimization plugins so we can see where then CSS that is affecting that element is coming from.

    #2478184
    vincenteccl

    Hi, I have cleared the cache and you should be able to see it.
    Thanks.

    #2478298
    David
    Staff
    Customer Support

    Its Elementor adding this CSS to your site:

    .elementor-kit-43 p {
        margin-bottom: 2em;
    }

    Which is adding 2em of bottom margin to every p tag.

    To fix that for the header add this CSS:

    .site-branding .main-title {
        margin-bottom: 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.