Virtuemart can only display 1 product per row

Support desk for Multipurpose Quark Theme
GK User
Thu Jun 08, 2017 12:30 am
Hello. I am using Virtuemart to display our product. However only 1 product can be displayed per row. I tried to configure "Template" from the Virtuemart Configuration, but that it didn't work. I am not sure if it's quark's template setting. Is it possible to display 3 or 4 items per row?

Here is the Link:
http://qlevo.us/index.php/comp/accessories
User avatar
Fresh Boarder

GK User
Fri Jun 09, 2017 11:22 pm
Still waiting for solution to this. Thanks.
User avatar
Fresh Boarder

teitbite
Tue Jun 13, 2017 8:32 am
Hi

I can see products are set to be shown 4 by row, but You do not have any CSS capable of positioning that next to each other. Please either use Ecommerce Quark version or enable using default CSS in virtuemart configuration. Start with the second tip since chaning the style will also change the whole look of the site.
User avatar
Moderator

GK User
Thu Jun 22, 2017 1:04 am
I chose option 2 and it worked. Is there anyway to change the size of the thumbnail? It is currently set to 200px to 200px, but it is still on 90px.
User avatar
Fresh Boarder

teitbite
Mon Jun 26, 2017 10:55 am
Hi

Looks like VM is restricting that in their css files. Please add this to override.css and make sure override is enabled in template's configuration.

Code: Select all
.browseProductImage {
    max-height: none !important;
}
User avatar
Moderator


cron