Hi,
What code shall I add in order to change the width of the contact form:
http://utv.raboff.com/2015/11/29/kontakt/
Thanks
Charlotte
Hi Charlotte!
What kind of changes would you like to make? You can change sizes of field independently by editing the contact form element.
Regards,
Yigit
Aha… I don´t see any field for that.
I want the width to be 800px
Charlotte
Hi!
Please add following code to Quick CSS
.postid-51 #main .container {
padding: 0;
}
Every container in main section on that post will have 800px of width
Cheers!
Yigit
No… after adding the code the contact form became wider.
Login with
Thanks
Hey!
It is currently 809px. As i understood, goal was to make contact form wider. Can you please elaborate on the changes you would like to make so we can make sure to be on the same page?
Cheers!
Yigit
But on my screen in chrome it is much wider…
I want the contact form to have the same width and positions as the blog posts:
http://utv.raboff.com/2015/11/29/still-circumnavigating/
Also I have change the value but not much happen.
Charlotte
Hi!
Can you please change the code to following one
.postid-51 #main .container {
padding: 0;
max-width: 800px;
}
Cheers!
Yigit
Much better, thanks! :)