Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #243460

    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:

    #243651

    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

    #243742

    With this hack on custom CSS work correctly.

    Thanks Yigit!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Strange effect with Post Slider’ is closed to new replies.