VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: vicnkris on January 10, 2012, 15:44:43 PM

Title: CATEGORY ROWS ARE DISPLAYING VERTICALLY, NEED THEM TO DISPLAY HORIZONTALLY
Post by: vicnkris on January 10, 2012, 15:44:43 PM
Hi there. I am having an issue with how my products are being displayed in Virtuemart... my rows are being displayed vertically, instead of horizontally. I did some searching in this forum and couldn't find the answer.

I have a "novelty" site, so if that material offends you please don't click below. If it doesn't please see below to see what I am referring to:

www.iheartfantasys.com/virtuemart

Any assistance with this is greatly appreciated!
Title: Re: CATEGORY ROWS ARE DISPLAYING VERTICALLY, NEED THEM TO DISPLAY HORIZONTALLY
Post by: Venkko on January 11, 2012, 23:18:26 PM
Hi!

I am not sure do I understand what you are after but wouldn't it be ok, if you just remove that current line that separates two rows and instead insert new horizontal line?

there is forum topic for how to do that.
Title: Re: CATEGORY ROWS ARE DISPLAYING VERTICALLY, NEED THEM TO DISPLAY HORIZONTALLY
Post by: vicnkris on January 11, 2012, 23:39:47 PM
I actually got an answer for this through another forum today:

Change css in joomla16.css located here
http://www.iheartfantasys.com/templates/'template'/css/joomla16.css

on line 21

.category {
      width:100%;
}

to

.category {
      width:50%;
}
Title: Re: CATEGORY ROWS ARE DISPLAYING VERTICALLY, NEED THEM TO DISPLAY HORIZONTALLY
Post by: jenkinhill on January 11, 2012, 23:53:34 PM
Ah, that's why I did not understand the problem. It was the Joomla template style upsetting the applecart....