MOBILE – MORE PADDING + REDUCE ROW HEIGHT
-
Hi –
1. Is it possible to reduce height of a row on mobile?
2. is it possible to make the border on mobile wider globally?
See attached . Thanks, Giles
Attachments:
You must be
logged in to view attached files.
Hello,
1. To decrease the height for that row on mobile devices you can try to add this CSS class `
xs-padding` to it with WPBakey Page Builder and put this code to the Custom CSS section for mobile devices in Theme Settings
.vc_row.xs-padding {
padding-top: 60px !important;
padding-bottom: 0 !important;
}
2. Use this code for mobile devices only
.container,
.woodmart-google-map-content-wrap {
width: 90%;
}
Regards
OK, contact us if you will have any extra questions.