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

    Hi,

    Does anyone know some code to align caption text ‘centre’ using Easy Slider please?

    Kind regards

    #1463570

    Hey Mark,

    Thank you for the inquiry.

    Please try to use this css code:

    .avia-slideshow .avia-caption {
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
    }

    Best regards,
    Ismael

    #1463620

    Hi Ismal,

    Thats great its works. Thank you

    If I may ask another question please?

    I have a caption Title and a caption Text .. can the caption Text be centre as well please?

    I include a link to the staging site under ‘Our Services’

    Kind regards
    Mark

    #1463640

    Hi,

    Please try this CSS as well:

    .avia-slideshow .avia-inner-caption {
      text-align: center;
    }

    Best regards,
    Rikard

    #1463644

    Hi Rikard,

    Thank you for the speedy response.

    The code works great. Many thanks. You may close this.

    Kind regards

    Mark

    #1463660

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Easy Slider – ‘Align Caption Text Centre’’ is closed to new replies.