Tagged: portfolio entries, portfolio entry, post slider
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!
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
Hi Nikko!
That works great!
Just my last question: How do I remove the rounded corners?
Thanks!
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
Is it possible to also remove the rounded corners on the Post Slider?
Thanks!