Hi,
How to align Caption Title/Text to the right for Easy Slider images? by default, title and text align to the left.
thank you,
Hi yukanl!
Please add following code to Quick CSS
.avia-caption { right: 17px; }
Regards,
Yigit
Thank you, Yigit.
My bad, I didn’t ask a clear question. I didn’t mean to change the alignment of all caption title/text. I’d still want to keep the default alignment but there are couple of caption title/text that I want them aligned to the right because of the images I use.
cheers,
Hi!
Please post the link to your website and point out which captions you would like to align differently
Best regards,
Yigit
Hi!
Please add following code as well
.avia-caption-content { float: right; }
With previous code and this code, this is how it should look http://i.imgur.com/ix5noev.jpg
Regards,
Yigit
Thank you, Yigit.
Does this change only this particular Caption title and text? Would this change how other caption texts and title displayed on the site?
Hey!
If you use it as following then it will be only applied to that particular slider
.slide-id-2800 .avia-caption { right: 17px; }
.slide-id-2800 .avia-caption-content { float: right; }
Best regards,
Yigit
Yigit,
I added both to the custom.css but seemed only the content moved to the right. The title is still on the left.
thank you,
Hey!
Please try adding following code
.slide-id-2800 .avia-caption { right: 17px!important; }
Then flush browser cache and refresh page a few times
Regards,
Yigit
Yigit,
It’s really weird. I added !important to the code in custom.css file but still the same. Did clean up the cache and deleted temp files but still the same.
thanks,
Hey!
It looks really weird right now. Do you mind creating a temporary admin login and posting it here privately?
Cheers!
Yigit
hi,
I have a similar question : Id like to center all my easy slider captions & titles.
How possible ?
Thanks