[Resolved] White gaps

Home Forums Support [Resolved] White gaps

Home Forums Support White gaps

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1987616
    Graeme

    Hi

    I have looked for a solution for ages. I need to have a white gap between the blog header and the blog article title?

    https://www.octopusintelligence.com/competitive-intelligence-blog/

    And I need to remove the white gaps between the blog title and the “Post Featured Image” – I have disabled the WP featured image bit – as below

    https://www.octopusintelligence.com/whats-your-competitive-advantage-and-why-analysis-of-your-competitors-is-important/

    Sorry to bother you

    #1987851
    David
    Staff
    Customer Support

    Hi there,

    1. you can add some Top Padding to the Csutomizer > Layout > Container.

    If you want to keep the sidebar with no gap then you will need this CSS:

    @media(min-width: 769px) {
        .is-right-sidebar {
            margin-top: -20px;
        }
    }

    Adjust the -20px to suit the top padding you added.

    2. You can adjust the Content Separator spacing in Customizer > Layout > Container.

    OR use this CSS:

    .post-image-below-header.post-image-aligned-right .inside-article .post-image {
        margin-top: 1em;
    }
    #1987892
    Graeme

    Thanks. Answer right in front of my face. Thank you.

    #1987922
    David
    Staff
    Customer Support

    Glad to be of help!

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