Hello,
I’m creating a new homepage for my website, but have problems to get well centered images in the post slider. The problem is when i use 4 columns the slider centered them wel, but when i use 5 columns the slider centered them to the left side of the page and a gap appears on the right side of the slider.
See the link above for example (in the private section)
What can i do to get the 5 columns wel centered in the middle below my accordion slider? I’ve tried to work with all kinds of elements (1/3, 1/4. 1/5), try to put it in color sections, but nothing helps.
Thanks in advance,
Tim
Hi broodjekaas!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-content-slider .slide-entry {
width: 15.2%;
}
Regards,
Yigit
Hee Yigit,
You’re awesome! It’s working fine now!
Do you also know a way to keep de element of the post slider on the same size? Cause all the elements below of the slider are going up and down because of the different length of textline below the images when the post slider refreshes.
Hey!
Please add following code to Quick CSS as well
div.avia-content-slider-inner {
min-height: 188px;
}
Regards,
Yigit
Wow thanks again! Very fast service, good work guys!
Keep it up!
Tim