• Resolved rar3groove

    (@rar3groove)


    Hello there,

    Just wanna ask how you to lessen the spaces between the heading and paragraph? They look too far for me. Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @rar3groove,

    We can remove the space with the help of custom css. You need to apply below given css under Appereance -> Customize -> Additional Css-

    .entry-content h3 {
    margin-bottom: 10px !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter rar3groove

    (@rar3groove)

    Hello!

    Thanks for the speedy reply. I’ve applied the css but it is still the same 🙁

    Theme Author VolThemes

    (@volthemes)

    Hi,

    You can pasting custom css below

    .content-loop .entry-title {
      margin-bottom: 5px;
    }
    

    cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Heading Spacing’ is closed to new replies.