Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #925307

    Sorry if this is a redundant question, but I couldn’t find anything in my searches.

    I have a Post Slider set up for Portfolio Entries, but there’s a LOT of padding. How do I reduce the padding in between Portfolio Entry thumbnails?

    Lastly, can I remove the rounded corners?

    Thanks!

    #925473

    Hey kellyCraftMedia,

    Try adding this css code in Quick CSS (Located in Enfold > General Styling):

    .slide-entry-wrap .av_one_fifth {
        margin-left: 3%;
        width: 17.6%;
    }
    
    .slide-entry-wrap .av_one_fifth.first {
        margin-left: 0 !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #930992

    Hi Nikko!

    That works great!

    Just my last question: How do I remove the rounded corners?

    Thanks!

    #931141

    Hi kellyCraftMedia,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-content-slider .slide-image img {
        border-radius: 0;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #935077

    Is it possible to also remove the rounded corners on the Post Slider?

    Thanks!

    #935402

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
        border-radius: 0;
    }
    

    Best regards,
    Yigit

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