• Resolved msteidl

    (@msteidl)


    Somehow the responsive view does not work properly.

    We do have Testimonial Slider on Front Page, however, if shown on mobile screens, part of the text on the right is cut off.

    Do you have any idea why this?

    Regards
    Michaela

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter msteidl

    (@msteidl)

    Anyone here who could help with that question?

    Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,
    In our slider plugin has left and right padding, You added that section from Visual Composer has also left-right padding that’s why it is shown on mobile screens, part of the text on the right is cut off.

    You can remove one of them, To remove our slider extra padding add the following CSS from your Dashboard > Appearance > Customize > Additional CSS field.

    @media only screen and (max-width: 575px) {
    .tss-grid-item.carousel-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }
    }

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Testimonials cut off on mobile view’ is closed to new replies.