change the carousel slider image width

1 reply·opened May 23, 2017
S
SemiColonWebSTAFFMay 27, 2017

Hello,

The Width of the Flex Slider is flexible and you can simply add it inside a Container with a Custom Width or a Column Grid and the Flex Slider will adapt its width. So you can simply use the following code:

<div style="width: 300px;">
	<div class="fslider">
		...
	</div>
</div>

or you can also use the following code:

<div class="col-md-4">
	<div class="fslider">
		...
	</div>
</div>

Both of them will work just fine! Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard