1. jhooper
  2. Commercial Templates
  3. Thursday, 28 November 2013
  4.  Subscribe via email
Hello,
I'm trying to get my J51_Kindle site to look similar or the same to the way it looks on the computer on a mobile phone/tablet. By turning off the 'Responsive Layout,' my J51_Slideshow module has now got a black gap in the image on the right side. Looked on the tutorials and forums but didn't find any reason why this would be happening only on mobile devices, because the 100% setting is supposed to always show the images at full browser width, and also when I change the sizing on my browser to match the way the iPod image looks there is no black gap.

Note: When I remove my custom CS '#container_slideshow {position: absolute; } the image goes back to 100% width and everything's normal, but is it possible to have this work and the slideshow images fixed?

Joomla Version 2.5 URL http://www.qosserver.com/demo

Any help on this would be great,

Thanks,

-John
Accepted Answer Pending Moderation
0
Votes
Undo
Hello,
just letting you know that I managed to fixed this myself (surprisingly) but adding the following appendages to the position line of code:

@media only screen and (min-width : 1224px) {
#container_slideshow {
position: absolute;
}
}

Don't ask me how this works, but it seems to have fixed the issue. LOL. Maybe be checking back again on this one for a more logical fix, but fine for now...

Thanks anyways,

-John
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Nice work John... thank you for posting your solution.

I was gonna suggest adding the following to your Custom CSS field which should also however either or will do the trick just fine!)


#slideshow {
min-width: 1100px;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok