-
AuthorPosts
-
April 18, 2017 at 10:10 am #779152
Hi Team Enfold,
We use Fullwidth Easy slider with center caption (no frame and no title, only text). But we would like to left-align the text, but still have it in the centered position.
Tried the suggestion by Rikard here https://kriesi.at/support/topic/aligning-easy-slider-texts/:
.slideshow_align_caption { text-align: right !important; }
But that left-aligned the whole caption and not only the text, which we would like still to be centered in the middle.
Br
ChangeGroupApril 18, 2017 at 11:49 am #779213Hello changegroup,
try again to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.
.avia-caption-content { text-align: left !important; width: 500px !important; margin: auto !important; }
If you want, you can change the width.
Thank you
April 18, 2017 at 12:39 pm #779234Works perfectly.
Thanks Designweb!!!April 18, 2017 at 1:50 pm #779288Hi,
Thanks for helping out @designweb, please let us know if you should need any further help on the topic or if we can close it @changegroup
Best regards,
RikardApril 18, 2017 at 4:13 pm #779438Hi
I did something very similar like this:
.avia-fullscreen-slider .caption_right {
text-align: left;
}
However, what if I wanted the last sentence to be right aligned. How would I do that?Thanks
LyseApril 18, 2017 at 4:27 pm #779453Hi Lyse,
Could you please give us a link to a page on your website where you want to do this, we need more context to be able to help you.
Best regards,
VictoriaApril 18, 2017 at 5:33 pm #779493Hi Victoria,
Here’s the page:
In the slider, the last sentence I’m referring to is the signature
Thanks
LyseApril 18, 2017 at 7:44 pm #779594Hi,
To align the caption to the right, just add this custom CSS code:
#fullscreen_slider_0 .slideshow_align_caption { text-align: right !important; }
I used the #fullscreen_slider_0 ID because this rule will affect just this slider (this is necessary to avoid affecting other sliders).
Best regards,
John TorvikApril 18, 2017 at 7:55 pm #779613Hi John
This is wrong. I only want the Coaching page slider caption’s last sentence aligned to the right. Your CSS gets applied to the wrong pages.
Thanks
LyseApril 19, 2017 at 10:06 am #779861Hello tremblayly,
if you want to aligned to the right (“– Manon B.”) last sentence, try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.
.avia-caption-content.av_inherit_color p em { float: right !important; }
Thank you
April 19, 2017 at 3:19 pm #780001Hi Designweb
That worked perfectly!
Thank you so much
LyseMay 25, 2017 at 11:47 pm #799888Hello
I don’t know how to align left the text on the full-width easy slider ( Welcome We strive to be highly trusted advisors to our clients and the financial community)this is the site
can you help
thanksMay 26, 2017 at 6:35 am #799995Hi @woofsoul,
It looks to be left aligned already on my end, could you post a screenshot highlighting the changes you would like to make please?
Best regards,
RikardDecember 19, 2017 at 9:46 am #890380Hi Rikard
Sorry for not getting back sooner. You can close the thread in our behalf, as the styling from Designweb helped.
Br
ChangeGroupDecember 19, 2017 at 1:26 pm #890466Hi ChangeGroup,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.