Hi,
I’ve read through a few suggestions, but haven’t been able to achieve the look I’m going for. I’d like to remove the top padding on the black color section at the top of this page so that the height of the color section is the same height of the text. I’d also like to remove the padding around the image “Request a quote” so that it’s flush with the black color section. Could you please advise how I accomplish this?
http://johnstonsafetysupply.com/contact/
Thanks.
Hey danieltjohnston!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-1167 .av-special-heading { margin-top: 0; }
.avia-builder-el-2 .avia_textblock p { margin: -1px 0; }
Regards,
Yigit
Thanks for your help. That did the trick.