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!
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.
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%;
}
Ah, that's why I did not understand the problem. It was the Joomla template style upsetting the applecart....