I have a website and I have a full width slider. The caption is on the right but is justified left paragraph. When I shrink it to mobile though it become right justified. Why is this?
Hey mcraig77,
It’s the design we decided looked best, do you want to change it?
Best regards,
Rikard
Yeah, Can I have it left justified like the other text on mobile?
Hi mcraig77,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.caption_right .slideshow_align_caption {
text-align: left;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks!
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon