1. 360graphics
  2. Commercial Templates
  3. Wednesday, 07 October 2020
  4.  Subscribe via email
Hello, we are using the Sophia template and trying to set up the Thumbsgallery module on the right column, with the thumbs only being 20px x 20px, but the thumbs on the website are set on one size? Can you let us know how to fix this?
http://jamestownheatingandair.com/index.php/products/hvac-products
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks! Please let me know if you received my email with the credentials?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

I notice your templates resposnive.css has the following rule...

img {
max-width: 100%;
width: 275px;
}


Removing the width: 275px; should resolve the issue.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello! Thanks! That didn't seem to work, but I was able to manually resize them through CSS. The only problem is it's only displaying as one column, I would like to have multiple columns. Any help is much appreciated!
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.j51thumbs {
width: 100%;
height: auto;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


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