Hi!
How i can control the width of the standard “Contact form”?
This is place in a color-section.
Regards
Coco
Hey Coco!
You can place it inside a grid row element or use our column elements. For example you could use a 1/4 + 1/2 + 1/4 column layout and place the contact form in the middle 1/2 column.
Cheers!
Elliott
Hey Elliott,
so i have try it, but i cant place a backround-graphic when i use “grid row element”
And it is not possible to place it in a color section…
How i can use that with a background picture?
Regards
Coco
Hi!
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 768px) {
#kontakt input[type="text"], #kontakt textarea {
width: 50%!important;
}}
If that does not help, please post a screenshot and show the changes you would like to make
Regards,
Yigit
Cool! ;-)
Can i centered it on the page?
REgards
Coco
Hey!
You can actually remove the code i posted, place 3 1/3 column elements and place your contact form inside the middle one and it should help.
Best regards,
Yigit
Thank You Yigit!!