- Posts: 2
- Thank you received: 0
not scrolling normally
-
dblengini
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 1 week ago - 4 years 5 months ago #36834
by dblengini
not scrolling normally was created by dblengini
Dear support,
my scroller had some few view bugs and i made these changes
#VMScroller1 {
height: 170px !important;
margin-bottom: 20px !important;
}
#ScrollerHorizontal1 {
height: 170px !important;
}
#VMScrollBoth1 {
position: relative !important;
margin-left: -10px !important;
}
but when component ends the scrolling, products make a "little jump" to the right.. why?
Moreover, i can't see images but i read i have to reload virtuemart products checking "replace thumbnail", is it right?
Here my settings
Thanks, regards
my scroller had some few view bugs and i made these changes
#VMScroller1 {
height: 170px !important;
margin-bottom: 20px !important;
}
#ScrollerHorizontal1 {
height: 170px !important;
}
#VMScrollBoth1 {
position: relative !important;
margin-left: -10px !important;
}
but when component ends the scrolling, products make a "little jump" to the right.. why?
Code:
http://01system.it/web/index.php/shop
Moreover, i can't see images but i read i have to reload virtuemart products checking "replace thumbnail", is it right?
Here my settings
Thanks, regards
Last edit: 4 years 5 months ago by milos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 week ago #36841
by ivan.milic
Replied by ivan.milic on topic not scrolling normally
Try adding this to main template css file:
#VMScrollBoth1 > UL{
margin:0;
padding:0;
}
#VMScrollBoth1 > UL{
margin:0;
padding:0;
}
Please Log in to join the conversation.
-
dblengini
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
11 years 1 week ago #36844
by dblengini
Replied by dblengini on topic not scrolling normally
Nice, thanks a lot. I added
#VMScrollBoth1 ul{
margin:0;
padding:0;
}
and now i can also remove my previous css lines.
What for images?
#VMScrollBoth1 ul{
margin:0;
padding:0;
}
and now i can also remove my previous css lines.
What for images?
Please Log in to join the conversation.
Time to create page: 0.146 seconds