Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1372882

    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

    #1373075

    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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.