Archived topic
Adjust a button size on the email contact form
3 replies · Started by Lukasz on July 17, 2020
Hi there,
I would like to adjust the subscribe button size (as you can see under the link https://ibb.co/wr8R6rR). I mean height and width which should be exactly the same like Your name and Your Email fields. How can I do that? I am using generatepress block plugin but on the footer email contact form was built as a widget.
Hi there,
Can you disable the caching plugin first so I can take a closer look at the code?
Hi Leo,
I've managed with that based on the piece of code
{
max-width: 275px;
height: 50px;
width: 100%;
}
So I am closing the topic.
Glad to hear :)