You are viewing limited content. For full access, please sign in.

Question

Question

Spacing between Sections and Form Edge

asked on December 18, 2015

I am wondering if it is possible to close the gap completely between my sections and the edges of my form?

 

I have attached an image to illustrate the white gap I am looking for the blue of my section to go over.

 

Any idea how to complete the above would be greatly appreciated!

 

Thanks

 

Christian 

Form Section Spacing.JPG
0 0

Answer

SELECTED ANSWER
replied on December 18, 2015 Show version history

Actually I just reread your post, if those are sections and not fields, then you should try

.cf-form {padding-left:0px!important;}

1 0
replied on December 21, 2015

Hi Scott,

 

Would there similarly be code to close and expand the distance between the section I have highlighted in my image attachment?

 

Thanks,

 

Christian!

distance between sections.JPG
0 0

Replies

replied on December 18, 2015

Try poking around in the Developer Tools for your browser (particularly the Inspector or Elements tab) to see if you can understand the layout of the page better. Based on what I see there, I would try something like this in your CSS section:

ul li.form-q {padding-left:0px!important;}

0 0
replied on December 18, 2015

Hi Scott,

 

Your last reply was exactly what I needed! 

 

Thanks!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.