Hi @thomasoverbo,
Without a page URL to look at, it is difficult to guess what you might have going on. In general however best advice would be to ask your theme provider how to increase the width of form fields. It’s something that should be covered by your theme and so the provider/developer will know best which changes to make, etc.
Hi and thanks. An URL is here: https://erfaringskompetanse.no/prosjekter/toppmoter/toppmote-2021/
Ideally I would like the forms in 100% width in this order:
Name
Message
Chat-form
Cheers
Your theme is adding this rule:
.page .entry-content div, .single-aiovg_videos .entry-content div, .single-erfaringer .entry-content div, .single-post .entry-content div, .single-ressurs .entry-content div {
width: unset!important;
}
When you remove/disable that rule, the form fields assume their correct width. So plainly speaking your theme is preventing set widths on <div> elements.
Great, thanks a million 🙂
Cheers