Tagged: andy, enfold, Fullwidth Easy Slider, mobile
Using the Fullwidth Easy Slider on https://mykccu.com/ – but the caption, text and buttons don’t fit on mobile screens. I’ve “fixed” by getting rid of it all together on mobile. The client would like to to have the caption, text and buttons get pushed below the image maybe with a solid background similar to https://www.skyone.org/ when on mobile instead. Has anyone customized the CSS for this?
Hi Andrea,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi Rikard,
If you login below and head to https://mykccu.com/wp-admin/admin.php?page=my_custom_css you’ll see
.caption_left .slideshow_caption {
display: none;
}
Under @media only screen and (max-width: 767px)
Hey!
you can do this: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
and then build an element using ALB which you hide on desktop and show on mobile only, where you can show captions in question.
Best regards,
Andy