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.

CSS causing misalignment

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

This link is an example of what's happening in a number of places on the site with misalignment of checkboxes.

Been chasing my tail and figured it was MijoShop issue but I can't seem to find where/how to chase that down.

Then I began chasing things in the Venture CSS to no avail. :unsure:

Any pointers ?

Thanks
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
The administrator has disabled public write access.
Hi

Can I just check do you need to have boostrap support for the extension?

It's a not an extension I've used

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
It's not enabled in the Template Settings
Not required that I know of
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
The administrator has disabled public write access.
looking at the styling since your post it looks like

.zg-col-9 input {
width: 100%;
}

is the problem
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Is almost there

.zg-col-9 .col-sm-4 input{width: auto;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Ok
Can you enlighten me further?
Bit slow here today
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
The administrator has disabled public write access.
You may to juggle the css classes around if it breaks other styles

.zg-col-9 .col-sm-4 input{width: auto;}
.zg-col-9 .col-sm-4 .form-group .control-label {float: none}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Ah ha
Thanks so much for that
Now making sense
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
The administrator has disabled public write access.
No worries - its been such a long week I'm surprised I'm not typing backwards :)

I would check to see if it breaks anything and the styling is tied to the layout

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Bingo
Worked a treat
Thanks Paul
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
The administrator has disabled public write access.
You're welcome

Enjoy the weekend :)
  • 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