Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #175538

    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,

    #175636

    Hi yukanl!

    Please add following code to Quick CSS

    .avia-caption { right: 17px; }

    Regards,
    Yigit

    #175995

    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,

    #176047

    Hi!

    Please post the link to your website and point out which captions you would like to align differently

    Best regards,
    Yigit

    #176129
    This reply has been marked as private.
    #176153

    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

    #176236

    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?

    #176400

    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

    #177967

    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,

    #178088

    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

    #178279

    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,

    #178484

    Hey!

    It looks really weird right now. Do you mind creating a temporary admin login and posting it here privately?

    Cheers!
    Yigit

    #187003

    hi,
    I have a similar question : Id like to center all my easy slider captions & titles.
    How possible ?
    Thanks

    #187882

    Hi!

    You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .avia-caption { left: 30%; }

    Regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘How to align Caption Title/Text to the right for Easy Slider images’ is closed to new replies.