Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #735026

    Hi,
    i have a problem from the slider on the mobile version.

    The caption of the image is not displayed correctly (see thumbnail).

    I don’t have changed any settings.

    Thanks

    #735065

    The sliders aren’t fully responsive. Since the content of every slider is different you basically have to set up some additional CSS in Theme Options > General Styling to scale the title/caption for the various device sizes.

    #735168

    Hi @fionda85,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #735293
    #735296

    Hi Kevin,
    the problem it’s not the fully responsive of the sliders, but the title/caption are not centered on the image as i have setting.

    #736489

    Hi Rikard,
    Have you take a look?

    #736948

    Rikard can you give me assistance?

    #737100

    Hi,

    Please add this code in the Quick CSS field:

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
       .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 0 !important;
    }
    }
    

    And please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    Best regards,
    Ismael

    #737198

    Perfect..

    Thanks!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Problem with slider on mobile versions’ is closed to new replies.