Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #584913

    Hi, it appears the caption on our site isn’t scaling/responsive on mobile devices, so it overruns the visible area.

    Please see private content for more info.

    #585013

    Hey dpotter1972!

    can you please define the part ” caption ” so we can understand it better?

    Regards,
    Basilis

    #585027

    Sorry, I was speaking of the element in the full width layer slider on the homepage…the ‘caption’ section is there.

    #585071

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    h2.avia-caption-title {
        font-size: 20px!important;
    }}

    Regards,
    Yigit

    #585507

    Still not working, the problem remains.

    • This reply was modified 8 years, 9 months ago by dpotter1972.
    #586141

    Hello? Any other options?

    #586223

    Hi!

    Issue was related to your custom CSS code

    .avia-caption-title {
    width: 210%;
    }
    .avia-caption-content.av_inherit_color {
    width: 185%;
    }

    i changed it to following

    @media only screen and (min-width: 768px) {
    .avia-caption-title {
    width: 210%;
    }
    .avia-caption-content.av_inherit_color {
    width: 185%;
    }}

    Please review your website now

    Best regards,
    Yigit

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