• Hi again,

    I have set the slider to 100% full width across the screen and it looks great on desktop and ‘mobile view’ preview(on desktop responsive). However when this is running on actual mobile device(Android) the white padding of app. 5px(or margin) shows at the left & right both sides rather than the full screen across. Could it be solved with a CSS?

    I can’t fix with CSS myself as this padding/margin doesn’t appear on ‘mobile preveiw’ on my desktop.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Virgildia

    (@virgildia)

    Hi again! It looks like your website’s css is adding the padding.

    Add this to your CSS and it will fix the issue:

    .wp-block-cb-carousel.alignfull {
       padding: 0;
    }

    or you can add:

    .alignfull {
       padding: 0 !important;
    }

    to remove that padding across the entire site for items aligned full.

Viewing 1 replies (of 1 total)
  • The topic ‘Padding on the mobile device’ is closed to new replies.