• Resolved fabsn

    (@fabsn)


    Hello everyone,

    Hope this is the area to post my problem.

    I want to use the “Newsletter subscription optin module” widget. Works pretty good so far.
    But, I am a total unexperienced in php and that’s my problem.

    How is it possible to align the plugin within the sidebar?
    For better understanding a screenshot.

    I want to change the button design as well, but the picture is not on my server. Where does the plugin get this button-backround from?

    And the font of course. Should appear with the same style as the rest of my sidebar text.

    Grateful for every kind of hints.

    cheers
    fabsn

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1) Open the .css file in your “newsletter” plugin folder. It will tell you the url of “Submit” button.

    2) Apply style to your Subscribe plugin div:

    example:
    .SubscribeWidget {
    padding-left: 20px;
    }

    3) Delete or comment out lines in your “newsletter” plugin .css file that say “font-size”, “font-family: Arial”.
    These styles interfere with your wordpress theme’s styles.

    Thread Starter fabsn

    (@fabsn)

    if there was a .css file, it would be easy.

    there is a .php – a readme without information about the missing .css – and two screenshot gif files

    how does that work?

    Thread Starter fabsn

    (@fabsn)

    I solved the problem by chosing the subscribe2 plugin but as I had the same problem with the sidebar widget, I created an extra main menu item added a subsrcibe link to the sidebar leading to that menu item.

    I’m fine with that for the moment

    Anyway, thanks for your help.

    fabsn

    This is how the blog looks now…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change widget style’ is closed to new replies.