Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css/owl.carousel.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/owl.theme.default.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,20 @@
margin: 7px 0;
}

/*Carousel Slider*/
.owl-carousel .owl-nav button.owl-next{position: absolute; top: calc(50% - 60px); right: -10px; opacity: 1; font-size: 35px !important; z-index: 1;width: 53px;height: 57px;}
.owl-carousel .owl-nav button.owl-prev{position: absolute; top: calc(50% - 60px); left: -10px; opacity: 1; font-size: 35px !important; z-index: 1;width: 53px;height: 57px;}
[aria-label="Next"]{
position: absolute;
top: -4px;
right: 20px;
}

[aria-label="Previous"]{
position: absolute;
top: -4px;
right: 23px;
}
}

/*Small devices (landscape phones, 576px and up)*/
Expand Down Expand Up @@ -92,21 +106,47 @@
width: 100%;
}

/*Carousel slider*/
.owl-carousel .owl-nav button.owl-next{position: absolute; top: calc(50% - 60px); right: -30px; opacity: 1; font-size: 35px !important; z-index: 1;width: 70px;height: 74px;}
.owl-carousel .owl-nav button.owl-prev{position: absolute; top: calc(50% - 60px); left: -30px; opacity: 1; font-size: 35px !important; z-index: 1;width: 70px;height: 74px;}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
.mt--120{
margin-top: -50px;
}

/*Carousel slider*/
.owl-carousel .owl-nav button.owl-next{position: absolute; top: calc(50% - 60px); right: -38px;opacity: 1; font-size: 35px !important; z-index: 1;width: 70px;height: 74px;}
.owl-carousel .owl-nav button.owl-prev{position: absolute; top: calc(50% - 60px); left: -38px;opacity: 1; font-size: 35px !important; z-index: 1;width: 70px;height: 74px;}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

/*Carousel Slider*/
.owl-carousel .owl-nav button.owl-next{position: absolute; top: calc(50% - 60px); right: -30px;opacity: 1; font-size: 35px !important; z-index: 1;width: 70px;height: 74px;}
.owl-carousel .owl-nav button.owl-prev{position: absolute; top: calc(50% - 60px); left: -30px;opacity: 1; font-size: 35px !important; z-index: 1;width: 70px;height: 74px;}

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

/*Carousel Slider*/
.owl-carousel .owl-nav button.owl-next{position: absolute; top: calc(50% - 60px); right: -30px;opacity: 1; font-size: 40px !important; z-index: 1;width: 70px;height: 74px;}
.owl-carousel .owl-nav button.owl-prev{position: absolute; top: calc(50% - 60px); left: -30px;opacity: 1; font-size: 40px !important; z-index: 1;width: 70px;height: 74px;}

[aria-label="Next"]{
position: absolute;
top: 1px;
right: 30px;
}

[aria-label="Previous"]{
position: absolute;
top: 1px;
right: 30px;
}
}
2 changes: 1 addition & 1 deletion js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jQuery(function ($) {
margin: 0,
center: true,
dots: true,
nav: false,
nav: true,
autoplay: true,
responsive: {
0: {
Expand Down