Hi,
I’m having a bit of trouble getting the columns to top align properly. The second column seems to be dropped underneath the heading of the first. You can see what I mean below.
I’ve tried to remove all the space between the shortcodes, placing them on new lines, but no avail.
Look forward to hearing from you.
Cheers,
Luke
Hey Luke!
Try adding this code to the Quick CSS:
div.av-special-heading.av-special-heading-h3.meta-heading {
margin-top: 0 !important;
}
Cheers!
Josue
That’s done the trick!
Thank you :)