Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1195074
    Pedro
    Guest

    hi, i want to know where that css style is added to have only 1 column in the masonry gallery

    .av-masonry-entry {
    width: 16.66%;
    }

    #1195094

    Hey Pedro,

    You can add it to quick css. You can access this section from the Enfold theme Options > General Styling > Quick CSS

    Best regards,
    Jordan Shannon

    #1195144
    Pedro
    Guest

    hello, I think it doesn’t work for me, something must be wrong, could you tell me with an image if you can please

    #1195193

    Hi Pedro,

    Thanks for the update. I’m not sure I understand what you are looking to do or achieve, could you try to explain a bit further please?

    Best regards,
    Rikard

    #1195222
    Pedro
    Guest

    Hi Rikard

    I tell you, in the masonry gallery I would like to leave only one column to view photos, by default it only allows me a minimum of 2 columns, but it does not work. I need it to be a column.
    I was reading in forums and they gave me a CSS instruction but I don’t know where to put it so that it applies, if you could help me it would be of great help. I leave you a link to a photo

    https://estebanvegas.cl/wp-content/uploads/2020/03/Sin-t%C3%ADtulo.png

    #1195352

    Hi,

    Thanks for the clarification and screenshot. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1198922
    Pedro
    Guest
    This reply has been marked as private.
    #1202570

    Hi,

    You can use this css code to reduce the masonry element to a single column.

    .av-masonry .av-masonry-entry {
    	width: 100%;
    }
    

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.