Site logo

[Resolved] How to REDUCE the padding in one paragraph block + REDUCE white space

Home Forums Support [Resolved] How to REDUCE the padding in one paragraph block + REDUCE white space

Home Forums Support How to REDUCE the padding in one paragraph block + REDUCE white space

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #2467452
    Trish

    Here’s a screen print to show this more clearly… https://www.awesomescreenshot.com/image/35475343?key=dcf14e7e7d6de93b1a49dbca0214d534

    1.) Is there a way to reduce the padding around the text to reduce the overall height of that block only?

    2.) Is there a way to reduced ONLY the white space between the entry title and that first block of text?

    Thank you in advance,
    Trish

    #2467479
    Ying
    Staff
    Customer Support

    1. WP adds padding around text with background color automatically, you can use this CSS to override it, feel free to change the values.

    .entry-content p.has-background {
        padding: 1em 2em;
    }

    2. The margin above the entry content can be adjusted at Customizing > Layout > Container > Content Separator, it’s currently set to 2em.

    #2467490
    Trish

    Thank you, Ying, that worked perfectly for 1.) question.

    Should I create another ticket to get #2 answered or will someone else be able to help me with this?

    #2467497
    Ying
    Staff
    Customer Support

    I already answered #2 in my last reply, does that not work?

    Let me know!

    #2467501
    Trish

    Your script worked perfectly for:

    1.) Is there a way to reduce the padding around the text to reduce the overall height of that block only?

    But I still need to reduce the white space between the first block of text and the entry title: https://www.awesomescreenshot.com/image/35476533?key=3b360bf0a6a4b6a11332fdfcf56b7428

    2.) Is there a way to reduced ONLY the white space between the entry title and that first block of text?

    My bad… hang on, I’ll be right back!

    Found Container Width, Content Layout, and Container Alignment but nothing else under Customize.

    #2467503
    Ying
    Staff
    Customer Support
    #2467506
    Trish

    My bad…

    Found Container Width, Content Layout, and Container Alignment but nothing else under Customize.

    #2467510
    Ying
    Staff
    Customer Support

    Make sure the Spacing module is activated at appearance > GeneratePress.

    #2467512
    Trish

    YOU ARE A GEM Ying… {{{HUGS!}}}
    I’ve been trying to accomplish this for days now.

    You were right… I did NOT have the Space module activated. DO NOW! 🙂

    I’m dancing… I can FINALLY get on with the job at hand. Soooo appreciate your help with this!!!!

    THANK YOU!!!!!!!!!!!!!!

    #2467513
    Ying
    Staff
    Customer Support

    Glad to hear that 🙂

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