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

    Hello!

    I need center the text of the easy slider. I have read some answers but not work in my web. I can center the text with this code in Quick CSS :

    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
    width: 50%;
    margin-left: 28%;
    text-align: center;
    }

    But this code only center the caption for my computer, in other displays and mobile devices don’t work.

    Please help me!

    #876258

    Hey santimalaga,

    I’m seeing the sliders as centered on my end. Can you please provide a screenshot of the issue?

    Best regards,
    Jordan Shannon

    #876532

    Hi,

    The caption text is almost centered but is different in every screen and is not really centered… I send you an image.

    Thanks

    #876778

    Hi,

    Add the following to quick css:

    @media only screen and (min-width: 767px)  {
    .avia-caption .avia-caption-title{
    width: 90%;
    }}

    Best regards,
    Jordan Shannon

    #877211

    Do not work…

    #877234

    Hi,

    Did it have no effect on the text at all or just not correct? Please provide a screen of what you are seeing.

    Best regards,
    Jordan Shannon

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