Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1081807

    Hi,

    I need to fine-tune the space above some of the H titles.
    Can I get a CSS snippet for H5 and H6?

    #1082554

    Hey Lars,

    You can use this one and add in Quick CSS, located in Enfold > General Styling, just change the values:

    h5 {
        margin-top: 12px;
        margin-bottom: 24px;
    }
    
    h6 {
        margin-top: 8px;
        margin-bottom: 16px;
    }

    Best regards,
    Nikko

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