Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #225355

    Is there a way to move the slide title and arrows to below the image? Thanks!
    http://encoure.com/photo-gallery/

    #225513

    Hi Jennifer!

    You can add this on Quick CSS or custom.css:

    .slide-entry-title.entry-title {
    position: absolute;
    bottom: 0;
    }
    
    .avia-smallarrow-slider-heading.no-content-slider-heading {
    position: absolute;
    bottom: 0;
    }

    Cheers!
    Ismael

    #323829

    Thanks, Ismael. That did the trick.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Content Slider: Move Title and Arrows’ is closed to new replies.