Shape 5

Joomla Free Templates => Design Control - Free => : Fancypants May 29, 2017, 01:28:15 AM



: Template settings
: Fancypants May 29, 2017, 01:28:15 AM
Hello please advise if possible. The component developers say i should set template settings re my issue.
The issue is the pictures on "listed view" is very small and almost not invisible on phones and tablets. How would i fix this please.
Many thanks.

My extension is https://dj-extensions.com/dj-catalog2


: Re: Template settings
: mikek May 29, 2017, 07:05:05 AM
Hello,

That is an issue with their extension, they should be providing image sizes. A template is not responsible for stylizing third party extension, the extension developer needs to provide that styling. If you can post a url to where this occurs I can see if there's an easy fix, but it's ultimately something that they need to correct.


: Re: Template settings
: Fancypants May 30, 2017, 08:58:08 AM
Hello,

That is an issue with their extension, they should be providing image sizes. A template is not responsible for stylizing third party extension, the extension developer needs to provide that styling. If you can post a url to where this occurs I can see if there's an easy fix, but it's ultimately something that they need to correct.

Hello its at http://www.wheelsmart.co.za/index.php/suppliers (http://www.wheelsmart.co.za/index.php/suppliers)
If it helps the images is the correct acceptable size on internet explorer. The are very small on other browsers.

Thank you.


: Re: Template settings
: mikek May 31, 2017, 07:37:38 AM
Hello,

Adding the following to custom.css will help the image size, but this is a major problem in their design. I see no width calls on their columns or images, all of those need to have widths on them.

.djc_image {
width:min-width:250px !important;
}


: Re: Template settings
: Fancypants May 31, 2017, 07:44:16 AM
thank you