I’ve created a page, which looks fine on my laptop, but on my big display (2560 x 1440) the images become small again. I’ve searched the forum and found the following code:
.av-masonry-entry { width: 100%; }
That works, but not for the big display. How can I solve this?
Hey kashmyra,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .av-masonry-entry { width: 100%!important; }
If you still have any issue please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)
Best regards,
Vinay
Yes, yes, yes ;-) . That works! Thank you very much!