Hi!
I want to reduce the space between columns in content slider. (See private content for info)
I’ve tried this code but it doesn’t work.
.slide-entry.av_one_fifth {
margin-left: 2%;
width: 18%;
}
Br
Hey Hejanni,
Thank you for the inquiry.
Try to replace it with the following css code to adjust the width of the columns and decrease the space between them.
.avia-content-slider-inner .av_one_fourth {
margin-left: 2%;
width: 23%;
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael
Perfect, thank you thank you thank you!
Br