Home Forums WoodMart support forum MOBILE – MORE PADDING + REDUCE ROW HEIGHT

MOBILE – MORE PADDING + REDUCE ROW HEIGHT

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34831

    gilesp
    Participant

    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.
    #34877

    Artem Temos
    Keymaster

    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

    #35003

    gilesp
    Participant

    Thanks – I’ll try this.

    #35011

    Artem Temos
    Keymaster

    OK, contact us if you will have any extra questions.

Viewing 4 posts - 1 through 4 (of 4 total)