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

    Hi

    Please check on that page how it looks in mobile view. It has 2 elements
    1. Masonry with Caption over the image and text is not right in many mobile views
    2. Product List and text overlap in small mobile view.

    Thank you very much

    #673959

    Hey hdpcr,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content *, #top .av-caption-style-overlay a.av-masonry-item-with-image ins:before, #top #wrap_all .av-caption-style-overlay a.av-masonry-item-with-image del { 
        font-size: 14px !important; 
    }
    .av-catalogue-price {
        position: inherit;
    }}
    

    Best regards,
    Yigit

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