Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1462939

    Hi, the homepage of my website (in private content) when displaying on mobiles, the text of the fullwidth slider is overlapping the image in a big fontsize, and it is not readable….how to solve it?
    Thanks in advance!

    #1462954

    Hey ftt123,

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

    @media only screen and (max-width: 767px) {
    .avia-slideshow-slide .avia-caption-content p {
      font-size: 18px; 
    }
    }

    Best regards,
    Rikard

    #1462958

    Thanks Rikard but it doesn’t work. I had also added this code, maybe it is the reason?
    /* CSS – Fullwidth Easy Slider text */

    /* Easy slider title */
    .av_slideshow_full .avia-caption-title,
    .av_slideshow_full .avia-caption-content p {
    text-transform: none;
    }

    /* End CSS */

    #1462979

    Hi,

    Thanks for the update. Could you post a screenshot highlighting the problem please?

    Best regards,
    Rikard

    #1463043
    This reply has been marked as private.
    #1463064

    Hi,

    Thanks for that, but I can’t see any overlappning text in the screenshot? What exactly are you looking to change? If you want to use a different image then you could copy the element in question then hide/show the slider for different screen widths in the element options.

    Best regards,
    Rikard

    #1463071
    This reply has been marked as private.
    #1463093

    Hi,

    Did you try using a different background image by copying the element like I suggested earlier?

    Best regards,
    Rikard

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