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

    I’m running into an issue where text is getting cut off because of a long caption. Go to this page in a resolution similar to a mobile device and you can see for yourself:

    http://drawdesigns.ca/case-studies/

    We need the longer caption so the only option I can figure is we need to somehow tell the content frame to show all of the content and not crop it. Does anyone have an idea on how I can accomplish this? The frames are already set to Auto.

    • This topic was modified 5 years, 5 months ago by hotspot01.
    #1111827

    Hey Chris,

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

    @media only screen and (max-width: 767px) {
    .av-caption-style-overlay.av-flex-size .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content-pos {
        padding-top: 0;
    }
    }

    Best regards,
    Rikard

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