Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #710378

    Hi there,

    I use this code to specify the captions in the slider:

    @media only screen and (min-width: 768px) {.slideshow_align_caption {
    top: -150px;
    }}

    Ok. :-)

    For smaller solutions, I’d like to switch off the caption in the slider generally.
    How do I do that?

    Marc

    #710399

    Hi Marc!

    @media only screen and (max-width: 365px) {.slideshow_align_caption {
    display: none;
    }}

    let us know if that wil solve your issues.

    Thanks a lot

    Best regards,
    Basilis

    #711625

    Hi Basilis,

    excuse the late answer. :-(
    It works – great! :-)

    Thanks a lot, Basilis.

    KR – Marc

    #711645

    Hi!

    Please feel free to create a new ticket if anything else needed.
    We would also appreciate if you could rate the theme at Themeforest.

    Thanks a lot

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘No captions in Slider by smaller resolutions’ is closed to new replies.