Hi
How to reduce the space between the columns inside a post slider?
Hey Grzesiek,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-content-slider .av_one_fourth {
margin-left: 4%;
width: 22%;
}
Best regards,
Rikard
Thanks
Works great when I have four images/entries in a row
But with three it doesn’t want to work
Hi gwszelaki,
Can you try to add this CSS code: (just adjust the gap value as you see fit)
#top .avia-content-slider .slide-entry-wrap {
display: flex;
gap: 2em;
}
#top .avia-content-slider .slide-entry-wrap .flex_column {
width: auto;
margin-left: 0;
flex: 1;
}
Hope it helps.
Best regards,
Nikko
Yes, this is exactly what i needed. Thanks a lot