Hi there,
Since nearly 2 weeks, the slideshows in my posts are not centered.
I don't know why.
Here is the address of the website:
hope you can help.
Audrey
Hi there,
Since nearly 2 weeks, the slideshows in my posts are not centered.
I don't know why.
Here is the address of the website:
hope you can help.
Audrey
ok I temporarily fixed it by adding
<div align="center";>[meteor_slideshow slideshow="slug"]</div>
but I would like it to be automatic.
Before, when I used the text editor to center the slideshow it worked and now it doesn't.
I would like to know what has changed. I mean, it is such a hassle now to use your plugging wich was great at the beginning.
Hi Audrey, the slideshows are left aligned by default, you can set them all to be centered automatically by adding this rule to your theme's stylesheet:
div.meteor-slides {
margin: 0 auto 20px auto !important;
}You must log in to post.