This topic has 2 replies, 2 voices, and was last updated 5 years, 8 months ago ago by John Holden
Hello,
My website is pretty much finished but i have the problem that the Banners and Sliders on mobile view are way to far apart from each other:
Desktop View: http://prntscr.com/mr115c (As i want it to be)
Mobile: http://prntscr.com/mr11m7 (To much Gap between the Banners)
How can i change that? Its very important because most of my customers shop from mobile devices.
Please help me.
Thank you!
Hi,
You can decrease margin bottom value on mobile.
Try to use this custom css code –
@media (max-width: 767px){
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
margin-bottom: 20px !important;
}
}
Regards,
Hung PD
You must be logged in to reply to this topic.Log in/Sign up