Home Forums Newsletter Plugin Support Problems with alignment of input and button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7678
    lehde007
    Member

    Hi, Sorry for my bad english. I have problems with the input field and the button. Both were shifted to the right before the update. First I inserted the following code neutral.css.

    .newsletter {
    height: 70px;
    }

    .newsletter .newsletter-submit {
    border: 1px solid #ccc;
    border-radius: 3px;
    background-image: url(widget-neutral/button.png);
    color: #fff;
    float: right;
    margin: 10px 0px 0px 150px;
    cursor: pointer;

    After the update, everything is shifted to the left (left-justified). Haunted it a permanent solution?

    Thanks for your answers

    #7725
    Stefano
    Keymaster

    Did you change the neutral.css of the plugin? Upgrades delete every file and reinstall the whole package.

    You should add the CSS to your theme (or user a plugin like header and footer to add them to the head of the page).

    Stefano.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.