Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #401677

    my website works fine on the desktop or full screen devices.

    However, the margin/gutter is too wide on the mobile devices. As a result the flight booking form on the homepage and on the flight page is not fully shown as the right-side of the form is partialy hidden/cut off.

    I have placed the links in the Private content privacy box. Please have a look at my website via a mobile device. You will notice that the flight form is not fully shown as the right side is cut off due to the extra wide margin/gutter.

    How can I reduce the margin or gutter (or whatever is necessary) to make it smaller, especially for the mobile devices?

    #402282

    Hi roamster!

    Try adding this to your custom CSS.

    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all .container { max-width: 100% !important; width: 100% !important; }
    .iconbox_top .iconbox_content { padding: 30px 0px !important; }
    }
    

    Best regards,
    Elliott

    #403985

    Thank you Elliot!
    It worked perfectly!

    #404011

    Hey!

    Glad we could help :)

    Regards,
    Rikard

    #1172904

    Using this fix! Thanks.

    #1173026

    Hi,

    Glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to Reduce Margin/Gutter Width’ is closed to new replies.