Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #558608

    Is there a way for me to create a caption on an easy slider with a frame that would take up a fixed portion of the slider — like the right 40%?

    I’m trying to create that green area.

    Thanks for your help!

    #558623

    Hey asinger777!

    You would need to use the fullwidth easy slider. Set it up and set a caption to the slide and a link to your page and we’ll see if we can get you some CSS to use to position it that way.

    Cheers!
    Elliott

    #558708

    Here’s the link – http://mje.onrushdigital.com

    #558761

    Hey!

    It looks like you already have it setup nice. All you really need is to add a background color to the slideshow caption container with this CSS.

    .caption_right .slideshow_caption {
        background: rgba(0,255,100,0.3) !important;
    }

    Cheers!
    Elliott

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