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.

Qcontacts fileds not aligned

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

Hi,

With the latest version of ZEN default grid and Qcontacts 1.6, I get fields that are not aligned:

see: this website

Any advice on how to solve this issue?

Best regards,

Paul
  • Paul Kleingeld's Avatar
  • Paul Kleingeld
  • 12 Month basic
  • 88 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Paul,

Try adding this to the theme.css file:
.qcontacts_email .inputbox {clear: both;display: block;}

That should fix it for you.

Thanks Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Thanks Anthony,

That worked for the regular fields.
Only at the bottom two lines are not aligned:
- the check-box for sending a copy of the form to the e-mail address of the sender, and
- the send button itself.

see: the website

Any advice on how to handle these?

Best regards,

Paul
  • Paul Kleingeld's Avatar
  • Paul Kleingeld
  • 12 Month basic
  • 88 posts
  • Karma: 0
The administrator has disabled public write access.
Hey Paul,

on line 47 of qcontacts.css alter the styles as shown below.
#qcontacts input.chkbox {
display:inline;
float:left;
margin-bottom:0;
margin-right:10px;
margin-top:12px;
}

That should fix it for you.

Cheers,
Jason.
  • Jason D's Avatar
  • Jason D
  • 6 Month Developer
  • 2957 posts
  • 12 Thanks
  • Karma: 75
The administrator has disabled public write access.
Okay, that worked!
Thanks.
Paul
  • Paul Kleingeld's Avatar
  • Paul Kleingeld
  • 12 Month basic
  • 88 posts
  • Karma: 0
The administrator has disabled public write access.
Thanks for letting us know Paul :)

Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

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

Happy Campers