Hi,
I wanted to have fullwith contact form button and I have added this css code to custom css;
input[type="submit"] {
border-radius: 5px !important;
padding: 9px 10px 7px !important;
font-size: 15px !important;
min-width: 100% !important;
}
Now, the ajax search box on header (menu) after click input area is fullwith button :) I can’t add any text!
How can I change or fix that? So fullwith button (100%) only for contact form (below)…
Thank you very much in advance!
Regards
Hi Erdogan!
Can you please post the link to your website where we can see the issue? :)
Regards,
Yigit
Hi again,
I have solved my issue, just added a section ID where I wanted to use fullwith contact form button. I have called the section as form and added the following css codes to custom.css;
#form input[type="submit"] {
border-radius: 5px !important;
padding: 9px 10px 7px !important;
font-size: 15px !important;
min-width: 100% !important;
}
Thanks
Erdogan