This might be a theme conflict, could you link to the site you’re working on?
My apologies. I am using the “Brilliant” theme from Themeforest. The site is http://www.solidifiedfitness.com. You will see what I am talking about on slides 2 and 3.
Also, if you could tell me how to keep the widget centered left to right in the sidebar I placed it in, that would be awesome!
Thanks.
Yeah, it is a conflict with your theme, add this to your theme’s stylesheet to fix the problem:
.meteor-slides .mslide a {
opacity: 1 !important;
}
It looks like it is centered to me, did you get that figured out?
Thank you. That fix worked brilliantly.
And no, on my wide screen monitor, it is definitely left justified in all browsers. On my smaller screens and mobile devices it looks good.
Ah, I didn’t expand the page that wide. Try adding this:
div.navpaged, div.navboth {
margin: 0 auto 20px !important;
}
You are some kind of genius. Thanks so much for the support. Small donation is on the way.
Glad to help, thanks for the donation!