1. salinger
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 05 May 2016
  5.  Subscribe via email
Hi Ciaran,

please have a look at http://www.seminart.pixmess.at or the attached screenshots.

on the big pc screen the background pic on the home site is perfect, but on a mobile devices the pics are not rescaled, only a part of the pictures are shown.

Is there a possibility to rescale the pics?

Thank you , Marion
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Marion

In your templates Custom CSS field you appear to have the following which is setting an image size across all screen sizes...


.vegas-slide-inner {
background-size: 1800px auto !important;
}


Removing this should resolve the issue.

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

no it doesn't really help. I tried that before...there is just another part of the picture visible, not the whole picture.

thanks, marion
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Marion

Sorry to say, presuming I understand you correctly, there is no way to achieve exactly what you wish. The background header image will always fill the entire screen. This means that this image will be cropped either vertically or horizontally depending on the screen size and orientation. As all screen sizes are different there is no across the board solution.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
ok thats bad news, so I had to choose another solution...I installed the slidshow module which works exactly as I want it to have. but still there are 2 problems left...

1. see screenshot please. purple background should fill the complete width. no white space above picture.

2. pictures on all other sites (not the home site) are not resized correctly as on the slideshow module. please see second screenshot. the width is too small and there is too much space between picture and headline. I used pictures in an empty module.

I hope you can help again, thank you, marion
PS: upload screen shot does not work, I'll send it again by mail.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Marion

1. To amend try adding the following to the Custom CSS field of your templates parameters...


.showcase img {
margin: 0 !important;
}


2. This appears to be caused by CSS coming from an 'acymailing' component...

img {
margin-top: 20px;
width: 40%;
}


You can try overruling this CSS with the following Custom CSS...


img {
max-width: 100%;
width: auto;
}


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

no sorry, no change at all :-(

regards, marion
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hi, Ciaran,

I found the problem and deleted the wrong code with 40% width...so problem solved, thanks a lot...
  1. more than a month ago
  2. Commercial Templates
  3. # 7
  • 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