• Hi,
    The slide and the involded text seem to not be responsive. have you any patch for me please.
    Thank.

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

Viewing 1 replies (of 1 total)
  • Hi,

    Sorry for the late reply.

    Use the below code in custom CSS editor box and save the changes. For the slider responsive issue-

    @media only screen and (max-width: 480px) and (min-width: 200px){
    .carousel-list li p {
        font-size: 9px !important;
    }
    .carousel-text h1 {
        font-size: 1em !important;
    }
    .carousel-text h1 {
        font-size: 1em !important;
    }
    }

    You can change the font size as per requirement.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Slide ande text responsive problem.’ is closed to new replies.