Hi
how to do this for every masonry element??
padding: 6px !important;
box-shadow: 3px 4px 4px #cccccc !important;
border-radius: 6px !important;
background: #ffffff;
and a margin between the masonry elements
This is what i need!
babykarten-paradies.de/magazin/schwangerschaft-geburt/
We need it for another project that uses this setting:
[av_masonry_entries link='category,409' wc_prod_visible='' prod_order_by='' prod_order='' sort='no' items='-1' columns='4' paginate='pagination' query_orderby='title' query_order='DESC' size='flex' orientation='' gap='large' overlay_fx='active' id='' caption_elements='title excerpt' caption_styling='overlay' caption_display='on-hover' color='' custom_bg='' av-medium-columns='' av-small-columns='' av-mini-columns='' av_uid='av-jnab3n1t' custom_class='']
Whats the CSS-rules for that?
(PLEASE – dont ask me again for access – its a general question)
Max
Hey Max,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.av-masonry-entry .av-inner-masonry {
padding: 6px !important;
box-shadow: 3px 4px 4px #cccccc !important;
border-radius: 6px !important;
background: #ffffff;
}
Best regards,
Yigit