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

    Love Enfold. Great theme.

    Has anyone had an issue with the full-width slider captions and the slider navigation forward and back arrows overlapping? My client has asked me to fix this on their site, but I’m not sure how to adjust the captions. In this case, the overlapping is occurring on a desktop display.

    I have a full-width slider on their home page and the captions for the slides alternate between left and right justified positioning. The forward and back navigation arrows overlap the captions on both the left and right sides of the slider.

    I haven’t been able to find a thread with the answer to this question, so any help would be greatly appreciated.

    Thank you!

    #608709

    Hey promosapien,

    You can try something like this to control it on tablet size and below:

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

    Thanks,
    Rikard

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