Site logo

Archived topic

css help

7 replies · Started by Jatin on January 25, 2021

Viewing posts 1–8 of 8

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.

Hi there,

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

You can use the private information field.

Let me know :)

Link

Hi there,

You can try adding this CSS:

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

Thanks Elvin.

No problem. :)

Hi Elvin,

Its going out of the way again. Please help.

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

p#subscribe-submit button[type="submit"] {
    margin: 0;
}
This archived topic is closed to new replies.