I need some help formatting my masonry gallery on this page (See Image):
On my iPad in landscape mode, I want the masonry gallery to be 4 columns wide like I selected instead of the 3 columns wide that are showing up right now. Can you give me some quick css for this please?
Hey!
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: 1024px) and (min-width: 768px) {
.av-masonry-col-4 .av-masonry-entry {
width: 24.90%;
}}
Best regards,
Yigit
Thank you very much! You can close this ticket.