Hi,
I have a framed caption, aligned to the right on my full width slider.
I want to change only the text- align to the left. When I do this, the whole block moves a bit to the left. This is the ccs code I use:
.caption_right .slideshow_caption {
text-align: left !important;
}
How can I only align the text to left?
Hey JantienM,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi,
Thanks for that. Please try this CSS instead:
.caption_right .slideshow_caption h2 {
text-align: left;
}
Best regards,
Rikard
Ah yes of course, thanks, that worked.
Hi JantienM,
We’re happy to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko