[Resolved] Global above and below blank spacing within posts.

Home Forums Support [Resolved] Global above and below blank spacing within posts.

Home Forums Support Global above and below blank spacing within posts.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #195784
    John

    Hi there,

    Is there any way to globally set the spacings within blogs and posts from the default values? I’m sure there is. I am a complete noob to this game. I’ve written a lot of VBA but I’m still getting my head around web code, where to find things and where to put code. Please let me know exactly where I need to put code changes!

    This image describes best where I want to make adjustments –

    I’m using GP Premium, thanks, John.
    Change Spaces

    #195786
    John

    Told you I was a noob. Try this link.

    Spacing Image

    #195821
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You can use this CSS:

    .entry-content, 
    .entry-summary, 
    .page-content {
        margin-top: 2em;
    }
    
    #jp-relatedposts {
        margin-top: 1em;
    }
    
    .separate-containers .inside-article .page-header-image-single {
        margin-bottom: 2em;
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    Just adjust those values to whatever you like ๐Ÿ™‚

    #195890
    John

    Thanks Tom.

    #195895
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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