Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #765102

    Ahoy,

    I added this css code .slideshow_caption { width: 66%; } to make the slideshow captions on the fullwidth easy slider span wider. It looks great on the left aligned captions but on the right aligned it looks like this (Screenshot1). Anyway to make the right aligned caption closer to edge of the page but keep the longer area on the desktop. On mobile it looks fine.

    #765147

    Hey mcraig77,

    Add this to quick css:

    h2.avia-caption-title{
    text-align:right!important;
    }

    Best regards,
    Jordan Shannon

    #765688

    Hello,

    I added that code and it also moved my caption on the first slide which is positioned on the left. I need it to just affect the second slide which the caption is on the right.

    Please Advise

    #765714

    Hi,

    Just add this custom code to affect the second slide:

    
    .slide-2 h2.avia-caption-title {
      text-align:right !important;
    }
    

    Best regards,
    John Torvik

    #765728

    Hey!

    Comvert the code as

    .slide-2 h2.avia-caption-title{
    text-align:right!important;
    }

    and let us know if anything else is required.

    Regards,
    Basilis

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