drop down css change - Post ID 257237
i wanted to change the size and look and feel of the drop down menu to look as the other fields can we make it of the same size as the other fields example Name field so that they all look even.
Hi Ritesh,
I'm assuming your using the form builder here.
This will get you started. Place this just above the </head> tag on your form.html
I'm assuming your using the form builder here.
This will get you started. Place this just above the </head> tag on your form.html
<style>
#docContainer .fb-dropdown select {
font-size: 1.1em;
font-weight: bold;
height: 40px;
padding: 1px 2px;
}
</style>
#docContainer .fb-dropdown select {
font-size: 1.1em;
font-weight: bold;
height: 40px;
padding: 1px 2px;
}
</style>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
hello,
how can we make the drop down and contact field look the same via css.
how can we make the drop down and contact field look the same via css.
Can you explain what your after and provide a link to your form?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
hey eric thanks a ton that did the trick.
i have one more query do let me know if you assist me on that.
here is my website where the form is http://tinyurl.com/j6eyn24
what i wanted was When nature of query is career, attachement must be a mandatory field and if its technical then the file attachment must not be mandatory.
i have one more query do let me know if you assist me on that.
here is my website where the form is http://tinyurl.com/j6eyn24
what i wanted was When nature of query is career, attachement must be a mandatory field and if its technical then the file attachment must not be mandatory.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.