Tagged: ,

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

    Dear Sir,

    for Slideshow captions “Center without Frame” I want to setup to a width of 50% so that they can not appear on the full slideshow, but they should be in center with a width of 50% http://prntscr.com/glwwmc

    Could you please help me on this?

    Regards
    subhash

    • This topic was modified 6 years, 7 months ago by LottaDigital.
    #853264

    Hey LottaDigital,

    So you would like the slide caption to appear within the red area of the screenshot as opposed to full width?

    Best regards,
    Jordan Shannon

    #853327

    Hi jordan,
    Thanks for looking into this.
    I achieved this by adding following custom CSS:
    .caption_fullwidth.av-slideshow-caption.caption_center {
    width: 60%;
    margin-left: 20%;
    }

    But I have one problem, I want to add “green” background to caption of 1st slide only. I tried but unable to make this work. could you please help on this. Here is screenshot, which I want http://prntscr.com/gmhp69

    Here is custom css, I tried

    li.slide-1.active-slide.avia_transform.av_slideshow_full.active-slide.avia-caption-content {
    background: #67872ce6;
    padding: 10px;
    border: 2 px solid round white;
    }
    Regards
    Subhash

    #853989

    Hi,

    Add this to quick css:

    Are you able to a custom class to that caption. That way it can be targeted directly.

    Best regards,
    Jordan Shannon

    #854357

    hi, Jordan,

    Thanks for looking into this,

    I decided to use layer slider now. Which have more features and flexibility

    Again thanks for your help

    Regards
    Subhash

    #854404

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Slideshow captions "Center without Frame" width’ is closed to new replies.