Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #712696

    Thanks for all the great work you do. I’ve started a second website, this time using Enfold (previous site used Choices). Fantastic product and even better customer support!

    I have two call to action links on my homepage slider based on the medical template. They appear and are functional from larger devices, but the call to action buttons seem to be hidden behind content boxes on smaller devices such as the iPhone.

    #712782

    Hey acherkasky,

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

    @media only screen and (max-width: 1024px) {
    .slideshow_caption {
        width: 100% !important;
    }
    }

    Best regards,
    Rikard

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