andre
4 years ago
1 changed files with
3 additions and
2 deletions
-
3
2
products.tpl
|
@@ -106,8 +106,9 @@
|
|
|
min-height: 100%;
|
|
min-height: 100%;
|
|
|
}
|
|
}
|
|
|
.flickity-page-dots {
|
|
.flickity-page-dots {
|
|
|
- top: -30px;
|
|
|
|
|
- bottom: 30px;
|
|
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 300px;
|
|
|
|
|
+ left: 300px;
|
|
|
}
|
|
}
|
|
|
.carousel-cell {
|
|
.carousel-cell {
|
|
|
height: 100%
|
|
height: 100%
|