Home Forums Support css help

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1633331
    Jatin

    Hi Guys,

    Can you please help he with a css adjustment for GO button as in the screenshot to align with the text box.
    Thanks.

    #1633475
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know ๐Ÿ™‚

    #1633757
    Jatin

    Link

    #1633774
    Elvin
    Staff
    Customer Support

    Hi there,

    You can try adding this CSS:

    p#subscribe-email, p#subscribe-submit {
        display: inline;
    }
    #1633783
    Jatin

    Thanks Elvin.

    #1633785
    Elvin
    Staff
    Customer Support

    No problem. ๐Ÿ™‚

    #1637189
    Jatin

    Hi Elvin,

    Its going out of the way again. Please help.

    #1637597
    Elvin
    Staff
    Customer Support

    Try adding this to override a previous CSS added within the simple CSS of the site:

    p#subscribe-submit button[type="submit"] {
        margin: 0;
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.