Hi there,
how can I align caption text of Fullscren Slider left only for mobile devices?
Br Josephine
Hi josk-design,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
#top div .caption_center .slideshow_caption {
text-align: left;
}
}
Hope it helps.
Best regards,
Nikko
Hi Nikko,
thank you. Is there any possibility to align it with the logo on mobile devices?
see:
That would be very nice.
BR Josephine
Hi Josephine,
Yes, please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
#top .caption_bottom .slideshow_caption .slideshow_inner_caption {
padding: 0;
}
}
Best regards,
Nikko
thank youuu!
Hi,
Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike