Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Micah Wood

    (@woodent)

    A link to your site would be most helpful and allow others to give you more specific answers.

    Thread Starter themtpit

    (@themtpit)

    Sorry- here it is: http://mtpit.jimfunk.com/

    Plugin Author Micah Wood

    (@woodent)

    @themtpit,

    Just add this rule to the end of your active theme’s style.css file:

    .promo_slider_background_image img {
        margin: 0 auto;
        display: block;
    }
    Thread Starter themtpit

    (@themtpit)

    Hmmm, not seeing any change…

    Plugin Author Micah Wood

    (@woodent)

    Hmm… I added that exact rule in the browser and it fixed the issue ( see here ).

    If per chance you added the rule to the top of the file, try adding it to the very bottom instead.

    If it still doesn’t work, it could be that your theme is pulling in the CSS rules a different way. Sometimes themes have a style.css and don’t actually use them as the main stylesheet. I couldn’t say without knowing what theme you are using where exactly the rule should go.

    Thread Starter themtpit

    (@themtpit)

    Yes, I added at the very bottom of the stylesheet (style.css). The theme I am using is Unsigned 1.2.1 by WooThemes. It’s very possible I did something wrong. I am a novice at WordPress.

    Plugin Author Micah Wood

    (@woodent)

    Since that theme is a paid theme, which I don’t have access to, I would recommend that you go to the WooThemes Support Forum and ask where you should be adding custom CSS rules for your theme. If you are indeed adding the rule above in the correct location, then perhaps we can take a second look.

    On the other hand, just to be sure that you are adding the rule to the currently active theme, make sure that ‘Unsigned’ is the name of the theme that appears on your dashboard when you log in and / or is indicated as the currently active theme when you go to the themes page in the admin. Also, if you are editing files in the WordPress theme editor, be sure that the correct theme has been selected from the dropdown before you start editing.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Promotion Slider] Centering image in slider’ is closed to new replies.