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

    Hello,

    Is there quick css I can use to add padding below my h1 tags? I would like to add some space between the header and the <p>
    I tried some simple css and was not able to produce the desired effect.

    Thank you for the help!
    Valerie

    #748741

    Oh, I got it! Thanks anyway
    I added it to the css I was already using for removing the uppercase letters

    h1, h2, h3 {
    text-transform: none !important;
    padding: 0px 0px 20px 0px;
    }
    #749148

    Hi,

    Glad you got it working and thanks for sharing your solution :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #749399

    Thanks Rikard.
    You can close it

    Valerie

    #749409

    Hi Valerie,

    Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘add padding below h1’ is closed to new replies.