Last active
September 4, 2019 18:11
-
-
Save akther80/4b4778fdda99dcb6e1782d45e9559fe1 to your computer and use it in GitHub Desktop.
Vodi - Boxed layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (min-width: 1200px) { | |
body { | |
background-color: #ebebeb; | |
} | |
#page { | |
width: 1200px; | |
margin: 0 auto; | |
overflow: hidden; | |
background: #fff; | |
box-shadow: 0 0 5px #888; | |
border-left: 1px solid #dedede; | |
border-right: 1px solid #dedede; | |
} | |
.container, | |
.container-fluid, | |
.home-v4-container .container, | |
.home-v4-container .container-fluid, | |
.single-movie .movie__related--inner, | |
.single-video__player-container--inner { | |
padding-left: 15px; | |
padding-right: 15px; | |
max-width: 1200px; | |
} | |
.section-movies-carousel-nav-header__carousel .slick-next, | |
.section-movies-carousel-flex-header.style-2 .slick-next{ | |
right: 0; | |
} | |
.section-movies-carousel-nav-header__carousel .slick-prev, | |
.section-movies-carousel-flex-header.style-2 .slick-prev{ | |
left: 0; | |
} | |
.single-movie-v5 .movie__related-video--inner, | |
.single-movie .movie__related-video--inner, | |
.single-video__player-container--inner, | |
.episode-tabs .tab-content .tab-pane { | |
padding: 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment