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

    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

    #688521

    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

    • This reply was modified 8 years, 2 months ago by Yigit.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.