Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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
    ChangeGroup

    #779213

    Hello 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

    #779234

    Works perfectly.
    Thanks Designweb!!!

    #779288

    Hi,

    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,
    Rikard

    #779438

    Hi
    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
    Lyse

    #779453

    Hi 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,
    Victoria

    #779493

    Hi Victoria,

    Here’s the page:

    Coaching

    In the slider, the last sentence I’m referring to is the signature

    Thanks
    Lyse

    #779594

    Hi,

    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 Torvik

    #779613

    Hi 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
    Lyse

    #779861

    Hello 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

    #780001

    Hi Designweb

    That worked perfectly!

    Thank you so much
    Lyse

    #799888

    Hello
    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
    thanks

    #799995

    Hi @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,
    Rikard

    #890380

    Hi Rikard

    Sorry for not getting back sooner. You can close the thread in our behalf, as the styling from Designweb helped.

    Br
    ChangeGroup

    #890466

    Hi ChangeGroup,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.