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
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