Hello team
have managed to control the number of columns on a mobile for Masonry gallery via the CSS below.
Q: Please provide the equivalent CSS code for
– Portfolio Grid
– Blog Posts/Custom taxonomy/ Portfolio entries
– Post Slider/ Custom taxonomy/ Portfolio entries
******* Code for Masonry Column Control ***********
@media only screen and (max-width: 1920px) {
.av-masonry-entry {
width: 25% !important;
}
}
*******************************
Thanks in advance
Cheers
Chris
Hey fineart,
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: 1920px) {
.responsive #top #wrap_all .grid-sort-container .grid-entry {
width: 25% !important;
}}
Best regards,
Yigit