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

    I can’t figure out how to remove the space after “12 piece box” and”16 piece box”

    • This topic was modified 10 years ago by kbarranco.
    #351858

    Hi KK!

    It looks like you have some custom CSS which is adding margin to the top.

    .av-thin-font .av-special-heading-tag, .modern-quote .av-special-heading-tag {
        font-weight: 300;
        margin-top: 35px !important;
    }

    Try adding this to your custom CSS.

    .av-special-heading { margin-top: 10px !important; }
    

    Cheers!
    Elliott

    • This reply was modified 10 years ago by Elliott.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.