• Noticed the slider on my site started acting weird tonight. Really long arrows and the text box is offset to the right.

    How can I fix this? Is it is new setting? I tried playing around with the slider settings but nothing changed it.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello kaj1976,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.


    .carousel-control {
    width: auto;
    }
    .carousel-control.right {
    right: 20px;
    }
    .carousel-caption {
    left: 0;
    right: 0;
    }

    Hope this will helps you.

    Thanks !

    Thread Starter kaj1976

    (@kaj1976)

    Thanks, that did clear a bit of it up.

    The black box is still in a weird spot and the text is centered. Did something happen to the theme? It is almost like my css was removed from it or something.

    Anyone else seeing weird issues with the theme? I feel like my font on the front page is off now too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider Acting Weird’ is closed to new replies.