• Hello,

    I was wondering if there was a way to center the slider caption text as opposed to the text being in the bottom left hand corner?

    My site is thesuchef.org

    Thanks!
    Alex

Viewing 1 replies (of 1 total)
  • Add this to your custom css box in the theme options:

    .flex-caption {
    text-align: center;
    left: 0;
    margin-bottom: -30px;
    bottom: 50%;
    width: 100%;
    }

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘Center Slider Caption Text’ is closed to new replies.