Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1261832

    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?

    #1262004

    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

    #1262084
    #1262254

    Hi,

    Thanks for that. Please try this CSS instead:

    .caption_right .slideshow_caption h2 {
        text-align: left;
    }

    Best regards,
    Rikard

    #1262290

    Ah yes of course, thanks, that worked.

    #1262399

    Hi JantienM,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘text align caption full width slider’ is closed to new replies.