gaurigovil
Member
Posted 1 year ago #
Hi,
Wow Slider is a great plug-in. I want to know how to position wow slider to the left of the page?
The page that I have inserted the slider is : http://newengland.sla.org/about-sla-n/site-archives-3
Currently, the slider is centered.
Thanks for any help.
Gauri
http://wordpress.org/extend/plugins/wow-slider-wordpress-image-slider-plugin/
WOWSlider
Member
Plugin Contributor
Posted 9 months ago #
You can align WOWSlider in the same way as any other element of your page.
Insert WOWSlider shortcode into DIV container and set width and height values and position you need. For example:
<div style="width: 650px; height: 500px; top: 10px; left: 10px; position: relative;">
[wowslider id="1"]
</div>