• The text in the slider doesn’t show on mobile devices. Besides, you cannot scroll the header/ slider on mobile devices.

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

Viewing 1 replies (of 1 total)
  • Hi @chantal59

    Thank you for writing in.

    Our themes were under refinement so we are unable to respond to you back.

    Please go to your Dashboard > Appearance > Customize CSS and add this CSS codes:

    
    @media screen and (max-width: 1000px){
    .slider-caption {
        display: inline-block;
        padding-right: 15px;
        padding-left: 0px;
        left: -4px;
    }
    }

    And if you haven’t updated the theme, please update the latest version of the theme and let us know if you have anything.

    Regards!

Viewing 1 replies (of 1 total)

The topic ‘Mobile slider’ is closed to new replies.