Slider Width

Hey there! First of all; thank you for such an awesome theme.

I was wondering what the best way (if any) to go about changing the width of the slider would be? I’ve seen quite a few posts asking about changing the images within the slider but I mean specifically the size of the slider itself, taking it down from full page width and playing about with it a little. Could anyone help me out, please?

Hi @naomigb,

I hope you are well today and 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

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

Change the width value 1140px in the above code to change the width of slider.

Best Regards,
Movin