Hello,
How do I override the constrained width of select, and input statements. They are a uniform, too small, size.
I’ve spent ages trying to work this out. Your css is very hard to work out.
Thanks
Hi twdlewis!
Can we see an example of where that is happening?
Best regards,
Devin
Hi!
Thank you for the link.
You can change the default width with this:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
width: 300px;
max-width: 100%;
}
Cheers!
Ismael