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

    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

    #1026784

    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

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