- Posts: 7
- Thank you received: 0
VM Scroller breaks when Show Prices =No
-
eamonmoriarty
Inactive member - Topic Author
- New Member
Less
More
13 years 5 months ago - 4 years 4 months ago #9547
by eamonmoriarty
VM Scroller breaks when Show Prices =No was created by eamonmoriarty
The VM Scroller Module works OK if Show Prices = yes but if Show Prices = No then the module breaks up. I expect it is a CSS problem but I can't find a solution.
See images of module working OK and broken:
Any solution please?
See images of module working OK and broken:
Any solution please?
Last edit: 4 years 4 months ago by milos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #9560
by ivan.milic
Replied by ivan.milic on topic Re: VM Scroller breaks when Show Prices =No
Can you give us link?
Please Log in to join the conversation.
-
eamonmoriarty
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
13 years 5 months ago - 4 years 4 months ago #9576
by eamonmoriarty
Replied by eamonmoriarty on topic Re: VM Scroller breaks when Show Prices =No
Code:
http://www.cleanlogic.net/index.php
Last edit: 4 years 4 months ago by milos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #9587
by ivan.milic
Replied by ivan.milic on topic Re: VM Scroller breaks when Show Prices =No
Try this, add following css to the bottom on template_css.css:
.main_wrap ul
{
list-style:none;
}
.main_wrap ul li
{
float:left;
}
.main_wrap ul
{
list-style:none;
}
.main_wrap ul li
{
float:left;
}
Please Log in to join the conversation.
Time to create page: 0.170 seconds