Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    This might be a theme conflict, could you link to the site you’re working on?

    Thread Starter simplydraven

    (@simplydraven)

    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.

    Plugin Author Josh Leuze

    (@jleuze)

    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?

    Thread Starter simplydraven

    (@simplydraven)

    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.

    Plugin Author Josh Leuze

    (@jleuze)

    Ah, I didn’t expand the page that wide. Try adding this:

    div.navpaged, div.navboth {
    margin: 0 auto 20px !important;
    }
    Thread Starter simplydraven

    (@simplydraven)

    You are some kind of genius. Thanks so much for the support. Small donation is on the way.

    Plugin Author Josh Leuze

    (@jleuze)

    Glad to help, thanks for the donation!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘[Plugin: Meteor Slides] Image Rollover Opacity’ is closed to new replies.