Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Blank Space above Contact Form

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hello-
Can you please take a look at this link and help me to remove all of the blank space above the contact form so that it lines up with the picture? Thank you in advance for your help. Love the template by the way.

newway-web.com/testsites/gabriela/index.php/contact-gabriela
  • New Way Technologies's Avatar
  • New Way Technologies
  • 3 Month Basic
  • 25 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Try adding

.contact .contact-address {
padding-bottom: 0px;
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thank you very much for the quick response. That helped a bit but there's still a bit of space so it doesn't really line up with the picture. Also, how do I go about making the message area on the contact form smaller (less tall)? I really appreciate your help and hope you're having a great day.
  • New Way Technologies's Avatar
  • New Way Technologies
  • 3 Month Basic
  • 25 posts
  • Karma: 0
The administrator has disabled public write access.
ok so try adding

.itemid-383 .margins {margin: 0;}

to remove some more space
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I would add this and check if there is any issue with the space for errors when filling the form out e.g. if you submit without a required field filled in
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Regarding the text area height

If you add the default style

textarea {line-height:2em;}

and then adjust the line-height value e.g.

textarea {line-height:1em;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers