on my page – https://balrajt13.sg-host.com/air-charter/ – I have a section called “Why choose Easy Flyer Air Charter Service?” which looks great on desktop but on mobile I need more space between the columns.
Screenshot – https://ibb.co/tcGZ2q1
Thanks
Hey,
Thanks for contacting us!
I edited your last 3 columns and gave them custom “mobile-top-margin” CSS class and then added following code to bottom of Quick CSS field
/* Why choose us top margin on mobile */
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .mobile-top-margin {
margin-top: 50px;
}
}
Please review your website :)
Best regards,
Yigit
P.S.: Your website looks great!