Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1476995

    Hi Kresi team,

    Can I display three portfolio items per slide in the featured image slider instead of just one?

    If not, is there an alternative way to display three portfolio items per slide without using the featured image slider?

    Thank you so much.

    #1477012

    Hi there,

    I’ve had a play and been able to sort this out.

    My issue is now that in mobile view, the three columns of my post slider appear a bit off. Would it be possible to display one portfolio item at a time with navigation instead of trying to fit all three?

    #1477022

    Hi,

    Thank you for the inquiry.

    There is no built-in option for this, but you can try the following css code to adjust the width of the items. They will still be displayed in sets of three but will stack above each other instead.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd,
      .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
        margin: 0;
        clear: none;
        width: 100%;
        margin-left: 1%;
      }
    }
    

    Best regards,
    Ismael

    #1477083

    Thanks Ismael,

    This code drastically altered the appearance of my entire website, unfortunately.

    Is there a way to display three items per row on mobile view, just like on desktop and tablet views?

    #1477099

    Hi,

    Is there a way to display three items per row on mobile view, just like on desktop and tablet views?

    Did you copy the code from your email? Please try copying it directly from the forum. If you remove the CSS code above, the slider should display 3 columns per row.

    You can also create another post slider, set the column to 1, and then toggle the visibility of both post sliders in the Advanced > Responsive > Element Visibility settings. This way, you’ll have two post sliders — one for mobile and another for desktop view.

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.