Tagged: enfold
Hi,
When insert post slider with any number of posts (4,5 or 6) in mobile or screens with a small resolution not work corretly. First image not resize perfectly.
Try your sample page: http://kriesi.at/themes/enfold/shortcodes/post-slider/
Resize your screen and reproduce this problem:
Hi infoept!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 990px) and (min-width: 767px) {
.avia-content-slider .slide-entry {
width: 48%;
}}
Regards,
Yigit
With this hack on custom CSS work correctly.
Thanks Yigit!