Label and Input fields space is too big

This topic contains 5 reply and 3 voices, and was last updated by Ioannis 10 years, 1 month ago
Viewing 5 Posts - 1 through 5 (of 5 total)
Author Posts
March 11, 2014 at 9:40 pm 16449
Ioannis Hello please find attached an image how does my form looks like. https://www.dropbox.com/s/xe6t1pha1l5nis7/image.png which style property i have to amend in order to reduce the space between labels and input fields? Thank you
March 11, 2014 at 9:50 pm 16450
Mahi Mahi

is your site online? can you share the link?

if you want you can reply as private.

March 11, 2014 at 9:58 pm 16452
Ioannis Ioannis

No the web is not online, but I can giving you access if you provide me your ip, or I can provide you an admin access.

I will do it tomorrow since I finished for the day.

Sent from my BlackBerry® smartphone

March 11, 2014 at 11:03 pm 16459
Tareq Hasan Tareq Hasan

It’s actually a theme issue of yours. If you enable any default WordPress theme, you’ll see the labels and input boxes are in the same line. Your theme is putting them vertically and with a big gap.

March 12, 2014 at 12:21 am 16462
Ioannis Ioannis

I am using my own custom theme and css, what is the actual classes the
plugin using for that in order to search my css?

March 12, 2014 at 12:28 am 16465
Ioannis Ioannis

Thank the problem was this

form{
text-align: left;
max-width: 500px;
margin-left: 10px;
}

i deleted it

Viewing 5 Posts - 1 through 5 (of 5 total)