1. Glen
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 10 November 2015
  5.  Subscribe via email
Can you tell me how I would add some padded (left and right) for the Substance template for view-screen sizes 800 and below. The image show goes to the edge of the inside container and I would like some white showing for the smaller view-screens. The site is here: http://zenonpark.com/index.php/en/
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Glen

Try adding the following to the Custom CSS field of your templates parameters (edit to taste)...


@media only screen and (max-width: 767px) {
.showcase_padding {
padding: 0 25px;
}
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I added this
@media only screen and (max-width: 800px) {
.showcase_padding {
padding: 0 15px;
}
}
because I wanted it to include max width 800, but no matter where I set it (ie 767) it is not picked up by firebug and is not working.
I tried showcase container and it works but only on the left side and pushes the image to the right.
Any other tweaks I can try?
Thanks
Glen
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Glen

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
I have sent the info to your info email. Thanks
Re: May I suggest sending temporary administration access to your Joomla installation to This email address is being protected from spambots. You need JavaScript enabled to view it.
//


Am I supposed to be seeing an email address here? I have javascript on as far as I can tell, but I do not see one.

Thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Glen. Your details have been received.

Have you since resolved this issue as your slideshow including padding appears to be now displaying correctly?.. https://gyazo.com/d07e5c6bb5379980fa997c0262dbb25e

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Ha! Yes - it does appear to be working now. Must have taken a bit of time for the media query to catch. I hadn't rechecked until now. Thanks for your response.

G
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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