- Posts: 31
- Thank you received: 0
How do i get Virtuemart Categories to display hori
-
sandersm
Inactive member - Topic Author
- Member
Less
More
10 years 2 months ago #42523
by sandersm
How do i get Virtuemart Categories to display hori was created by sandersm
I installed the Hot Restaurant template for a project that i have. I also needed Virtuemart shopping cart for the project. I installed Virtuemart, but, when i try to display categories or products, they all show up vertically - not horizontally, like I'd like for them to.
What do i need to do to get the categories and products to display horizontally, like I'd like for them to?
What do i need to do to get the categories and products to display horizontally, like I'd like for them to?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #42533
by ivan.milic
Replied by ivan.milic on topic How do i get Virtuemart Categories to display hori
We don't have vm for that template so we can not help you much. Basically when you add vm to joomla you need to style it and customize it to make it fit layout.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #42535
by ivan.milic
Replied by ivan.milic on topic How do i get Virtuemart Categories to display hori
Adding
.product{
float:left;
}
to template_css.css would maybe do job
.product{
float:left;
}
to template_css.css would maybe do job
Please Log in to join the conversation.
-
sandersm
Inactive member - Topic Author
- Member
Less
More
- Posts: 31
- Thank you received: 0
10 years 2 months ago #42540
by sandersm
Replied by sandersm on topic How do i get Virtuemart Categories to display hori
That didn't do it. any other things i might try?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #42547
by ivan.milic
Replied by ivan.milic on topic How do i get Virtuemart Categories to display hori
Maybe
.product{
float:left;
width:46%;
}
.product{
float:left;
width:46%;
}
Please Log in to join the conversation.
Time to create page: 0.193 seconds