I have a problem with centering an element on my WordPress site.
with the folowing code :
<div id="ss" >
<?php echo do_shortcode( "[smoothslider]" ); ?>
</div>
on the site : http://www.enyx.sk
I added a plugin called “smoothslider”. I’ve tried to change the positioning of the div in css in the following ways:
margin:0 auto;
and also
margin-left:auto;margin-right:auto;
Nothing has worked. Could anyone give me an advice about the problem? I can’t find out what’s wrong.
thank you
you whould put
widthon the div: