Reduce size of slider

Hello

Firstly, thank you for such a well developed list of free themes.

Regarding the slider in this Sparkle theme, I would like to have it not stretch full width. Can you point me toward the code to change to have the slider fit more like the example picture in this link: http://imgur.com/RMYQ9M2

Kind regards
Sean

Hi Sean,

I hope you are well today.

To make the slider in the Sparkle theme not stretch full width, you will have to develop some custom code.

Try adding the following CSS code in the Custom CSS Theme options on the following path.

Admin Area -> Appearance -> Theme Options -> Other Tab -> Custom CSS

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

Best Regards,
Vinod Dalvi