• Resolved twgerber

    (@twgerber)


    How can I change the Left/Right arrow size for this block?

    It is way too small IMO.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Thanks for contacting us.
    You can use use a plugin to add custom CSS and load use the following code:

    .advgb-images-slider button.slick-next::before, .advgb-images-slider button.slick-prev::before {
    font-size: 50px;
    }

    Cheers,

    Thread Starter twgerber

    (@twgerber)

    Thanks. That helps. Although now the left arrow slightly overlays the image. I assume I can add padding?

    Try adding this one:

    
    .advgb-images-slider button.slick-next {
        right: -55px;
    }
    
    .advgb-images-slider button.slick-prev {
        right: -55px;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Image Slider Block’ is closed to new replies.