I don’t want to fill out the address section or social media info in the Contact sections however if I leave them blank, I get a big gap of white space between the header and the actual contact form. How do I get rid of that white space?
Hi there
Hope you are having a good day and thank you for your question
please always include link to your website in question
www.boothified.ca
Hello there,
I hope you are doing well today.
Please try using this CSS to remove the gap:
#contact-us .section-header {
margin-bottom: 0px;
}
Best Regards,
Support
This works for desktop but on mobile, there is still a huge space. How can I fix this?
hey there
Please add this CSS in appearance - customize - additional CSS
@media only screen and (max-width: 767px){
#contact-us .section-content .col-sm-5 {
margin-top: 0px !important;
}
}
Thanks!
Colorlib Support Team