1. walko
  2. Commercial Templates
  3. Tuesday, 21 May 2013
  4.  Subscribe via email
Hello,

The images-width in the modules, left/right/bottom, is not correct displaying on mobilephones, tabblets and on your pc(IE or Firefox) when you make your screen smaller. See the printscreens.
Site: http://praktijk-vitaya.nl/
But also on your demosite: http://demo.joomla51.com/?theme=Nocturne

Image 1 is how it looks on mobilephone and tablet and on pc when you make your screen smaller.
Image 2 is how it has to look. This is a printscreen of the pc with fullscreen.
Image 3 is a printscreen of your demosite from Nocturne, when you make your screen smaller and how it looks on mobilephone and tablet.

Gr. Walko
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Walko

Try adding the following to the Custom CSS field of your templates parameters...


[code type=css]@media only screen and (min-width: 960px) and (max-width: 1080px) {
/* Link Hover Module Adjust */
.j51container, .j51container .mask,
.j51container .content
{max-width:200px !important;
}
}[/code]

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,

Thanks. The CSS-code works fine!

BUT, this works only for the Link Hover Module?

Look at my last 2 printscreens.
1 of the sidecol-b with a normal picture in the module.
And 1 of the bottom-1a module.

These pictures are still not good.

Gr. Walko
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Waldo

For these modules try also adding the following to the Custom CSS field of your templates parameters..


[code type=css].module img {max-width:100%;}[/code]

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,

Thanks! This solved the problems with the images.

Walko
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


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