Support Forum

  • Page:
  • 1

More info box is partially hidden by side of website...

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

Hi everyone,

I have Jtweet in my right sidebar. when I hover over the "more info" button, the popup is only partially visible. The right "half" of it is hidden "under" the verticle color bar or side of the site.

I believe I should be able to fix this with a css z-index.

If so, can you tell me which value I would use and which css class to apply it to?

Open to other solutions as well.
Cheers,
  • gg008's Avatar
  • gg008
  • 12 Month basic
  • 124 posts
  • Karma: 0
The administrator has disabled public write access.
Hi there,

Pretty sure you can position that box by adjusting gthe css here in the modules/mod_jTweet/css file:
.popup { position: absolute; display:none; background: url(../images/whiteOverlay.png)!important; background: #fff; height: 130px; color:#141E27; width: 400px; border: 4px solid #ddd; }

Try adding margin-left:-200px to start with to see if that works.

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.

Tried what you suggested.. it did move the popup box but it was still cut-off on right side, left side and top. As mentioned, looks like the popup appears to be "behind" the said areas.

I opted not to use the popup given these difficulties.

Thanks for trying though :)
  • gg008's Avatar
  • gg008
  • 12 Month basic
  • 124 posts
  • Karma: 0
The administrator has disabled public write access.
OK, thanks for letting us know.
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.

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

Happy Campers