Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1074116

    When I look at my site on my mobile phone – the words on the upper slider in the blue box are not formatted properly. Also, the graphics with each description are cut off on each side.

    We are on WordPress 5.1, Latest enfold and PHP 7.0

    #1075976

    Hey solomita,

    Thank you for using Enfold.

    I think you forgot the site url though. Please include it in the private field

    Best regards,
    Ismael

    #1076204

    Here is the URL

    • This reply was modified 5 years, 9 months ago by solomita.
    #1077274

    Hi,

    Thanks for the update.

    This css code should adjust the width of the caption container on mobile view.

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

    Best regards,
    Ismael

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