- Moderator
- 1044
Please write here if you have any problems with the Nop JCarousel Plugin
@media screen and (max-width: 480px) {
.nop-jcarousel .carousel-title {
margin: 0 5px 60px;
}
.nop-jcarousel .jcarousel-prev-horizontal, .nop-jcarousel .jcarousel-next-horizontal {
/*bottom: 244px;
top: inherit;*/
padding: 6px;
}
.nop-jcarousel .jcarousel-prev-horizontal {
right: 61px; /* New rule */
/*left: 43%;
margin-left: -20px;*/
}
.nop-jcarousel .jcarousel-next-horizontal {
/*right: 43%;
margin-right: -20px;*/
}
.nop-jcarousel .item-info {
display: none !important;
}
}