I can’t figure out how to remove the space after “12 piece box” and”16 piece box”
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