• Resolved journeyguy

    (@journeyguy)


    Need some CSS code to lessen the spacing around the post titles.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello journeyguy,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .post-header {
        padding: 5% 9% 2% !important;
    }

    Hope this will helps you.

    Thanks.

    Anonymous User 16453565

    (@anonymized-16453565)

    Hey journeyguy,

    Try below css code into your style.css or you can also add this code into your additional css from theme customizer.

    .home .post-header {
      padding: 2% 5% 2% !important;/* You can Increase or decrease the padding size as per your need. */
    }

    I hope it will helps you.

    Thank You.

    • This reply was modified 6 years ago by Anonymous User 16453565.
    Thread Starter journeyguy

    (@journeyguy)

    Thanks, to both of you! Works!!!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change spacing/padding on post titles on main page’ is closed to new replies.