Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #335719

    Hi.

    Is there anyway to remove all the padding/margin around the pieces of content in the content slider so it looks like the masonry gallery right below? The final slider will have 5 columns.

    Thanks

    http://lbartisan.com/fitrats.com/

    #335951

    Hi lizybloom!

    Thank you for using Enfold.

    You can use this:

    .home div#av_section_2 .container {
    padding: 0;
    }
    
    .home div#av_section_2 .template-page.content.av-content-small.alpha.units {
    padding: 0;
    margin: 0;
    }
    
    .home div#av_section_2 .template-page.content.av-content-small.alpha.units div .av_one_fifth {
    margin-left: 0;
    width: 20%;
    }

    If possible, apply unique id on the color section then replace all instances of div#av_section_2 with the custom color section id.

    Best regards,
    Ismael

    #336143

    Hi Ismael,

    We are almost there! But there is still a strip of white on the top and bottom. I tried again for like 20 minutes to find the right code but I can’t:(

    Thanks

    LIzy

    #336150

    Hey!

    Please add following code to Quick CSS

    .slide-entry-excerpt.entry-content p {
    margin: 0;
    }
    .home div#av_section_2 {
    height: 180px!important;
    max-height: 173px!important;
    }

    Best regards,
    Yigit

    #336175

    Yeah!!! Thanks so much! It’s perfect!

    LIzy

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Content Slider’ is closed to new replies.