Hi,
I’m using a content slider with 2 columns, displayed side by side.
On mobile they are displayed side by side, too.
It it possible with some CSS override to display all slides among themselves on mobile?
This whould be a great feature for the content slider.
I’m already having space issues with 2 columns and there’s the option to display 6.
Didn’t find anything in the forums, but surely I’m not the only one having this problem.
Hey tl_s180,
You would rather have them stack on mobile?
Please provide a link to the page/site in question.
Best regards,
Jordan Shannon
Hi, thanks for your response.
Link is in Private Content.
On mobile I would reduce the font size to make it look better.
I would prefer to not have 2 columns side by side (on mobile only).
If possible the slides should appear one under the other.
Or it could also display 1 columns instead of two (on mobile only).
Is it possible to modify the mobile view via CSS?
Hi,
Add this to quick css:
@media only screen and (max-width: 767px){
.responsive #top #wrap_all .slide-entry {
width: 100%!important;
margin-left: 4%;
}}
Best regards,
Jordan Shannon