Right align or centering and responsive slideshow
-
Can an easy way to centre and right align a slider be added?
There is currently a technical way to right align or centre a slideshow on a page by adding a div with css to float right or centre.
<div class=”slider350 sliderright”>[easingslider id=”130″]</div>
Then add CSS
.sliderright {float: right;}
.slider350 {max-width: 350px;width:100%;}
The second bit sorts out the responsiveness of the slider.
This is OK for someone technical but not for an end user adding a slideshow in a CMS system.
Can the following change to the shortcut be considered please e.g.
[easingslider id=”130″ right]
[easingslider id=”130″ center]
Which then does what the above code does including setting the size from the size in the slider settings.
The topic ‘Right align or centering and responsive slideshow’ is closed to new replies.