Tagged: margin
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?
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
Thank you Elliot!
It worked perfectly!
Using this fix! Thanks.
Hi,
Glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon