© 2021 Greatives Hub - Powered by Greatives & Greatives Web

Reply To: Issue with Flexible Carousel Advanced Type

Landing Forums Somentra (Impeka) Troubleshooting Issue with Flexible Carousel Advanced Type Reply To: Issue with Flexible Carousel Advanced Type

#422
Marius1989
Participant
Hub Member Badge

I could replicate your issue and it seems this is a simple stylesheet issue.
I guess it was just missed to add additional rules if you place another inner section inside the carousel.

The problem here is, that the carousel item gets the same width as the inner row as the same CSS rule applies. So the carousel content width is exactly 50%, as you already mentioned.

Should be fixed in an upcoming release. Here is a temporarily fix:

.grve-flexible-advanced-carousel[data-items="2"][data-slider-loop="no"] .grve-element, .grve-flexible-advanced-carousel[data-items="2"][data-slider-loop="no"] .grve-inner-section .grve-inner-section {
    width: 100%;
}

You might adjust this code if you change the amount of carousel items.
Please remove this snippet after the update. Hope that helps.

  • This reply was modified 4 years, 6 months ago by Marius1989.
  • This reply was modified 4 years, 6 months ago by Marius1989.
Privacy Preferences

When you visit our website, it may store information through your browser from specific services, usually in the form of cookies. Here you can change your Privacy preferences. It is worth noting that blocking some types of cookies may impact your experience on our website and the services we are able to offer.

Our website uses cookies, mainly from 3rd party services. Define your Privacy Preferences and/or agree to our use of cookies.