Slideshow won't remain centered when zoomed out
-
WP 3.7.1 – I am using a responsive theme – Genesis/Prose.
Meteor Slides Version 1.5.1Home page slideshow here is the one in question: https://www.annepouch.com/grla/
When I zoom out, the Meteor Slideshow aligns to the left rather than remain centered under the nav bar.
When the browser is in “actual size” it looks fine but if you zoom out it aligns left creating a white space on the right side of the screen.
I have been reading all the other posts to the support forum for this and have tried a bunch of things to center the slideshow with no luck:
#meteor-slideshowhome {
margin:0 auto;
}#meteor-slideshowhome {
margin-left:auto;
margin-right:auto;
}.meteor-slide {
margin:0 auto;
}.metero-slide {
margin-left:auto;
margin-right:auto;
}and these:
#meteor-slideshow {
margin:0 auto;
}#meteor-slideshow .home{
margin:0 auto;
}#content .meteor-slides {
margin: 0 auto;
}and nothing changes – however if I change margin-left to any number of
px it shifts to the right.Thanks for any suggestions!
Anne
- The topic ‘Slideshow won't remain centered when zoomed out’ is closed to new replies.