Slider Arrows and Background

Hi,

I’ve changed the size of my slider using the code provided in this topic:

https://colorlibsupport.com/t/customize-size-of-slider/

But the arrows are outside the slider and there’s a gray background both sides.

Also the title goes beyond the picture and one image is cropped even though it’s exactly the same size as the others. (pic attached)

Is there a way to place arrows withing the slider, change background for white and fix title and pic problem?

Anna :slight_smile:

Hi Anna,

Thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.flexslider {
    max-width: 1070px;
    margin: 0 auto;
}

Also just try regenerating thumbnails on your site using the following regenerate thumbnails plugin.

Best Regards,
Movin

Hi,

Thank you. It helped :slight_smile:

Anna

You are most welcome here :slight_smile: