Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #929055

    hi
    I would like that on mobile, the slider caption will be on the bottom left and the buttons (CTA’s) will be on the bottom right.
    is that possible? what code I need to add in order to do that?
    thanks

    #929542

    Hey dmeljon,

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

    Best regards,
    Rikard

    #930472

    Attached.
    On pc it looks good. On mobile I would like to split the caption to left bottom, and the buttons to right bottom. (As for now I have disabled captions on mobile as it doesn’t looks good)

    #931048

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {
      text-align:right !important;
    }
    }

    Best regards,
    Rikard

    #931100

    thank you,
    but as you can see in the link below, now the captions are align to the right and the buttons below not aligned.
    how can I put the captions to the bottom left, and the buttons on the bottom right?
    or, that the buttons will be one next to each other on the bottom center and just above them the captions, so it won’t be on the face of the photo.
    thanks again.
    site

    #931363

    Hi,

    I think it’s difficult with the current html setup, would it be okay if the captions are centered then the 2 buttons are at the bottom of the caption left and right.

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.