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.

Blanko responsive and lightbox links

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

Hi, I have a weird issue.

Since upgrading from the old Zengrid Blanko to the new T3 Blanko template, any links to a modal lightbox window will float above the page.

www.mycrabbysister.com/amy/sill-ables/product/39-custom-photo-heart

I installed Modalizer by nonumber to see if that would fix it but it doesn't. If I add the class "modal" to a link so it will open in a lightbox, it floats.

Any ideas?
  • joanne721's Avatar
  • joanne721
  • 6 Month Developer
  • 285 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Can you try adding to the css below - pauls edits and breadcrumbs :)

.modal {margin-left: 0; position: inherit; left: auto}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
That seems to have pinned it down. The buttons are really long, though -- I'm not sure why that's happening...

But at least it's working! Thanks once again!
  • joanne721's Avatar
  • joanne721
  • 6 Month Developer
  • 285 posts
  • Karma: 0
The administrator has disabled public write access.
No problem

the modal class does come with a width of width: 560px;

So to overide this add a new width value to the code line above

e.g.

.modal {margin-left: 0; position: inherit; left: auto; width: ???px;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: joanne721

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

Happy Campers