Skip to content

Instantly share code, notes, and snippets.

@Robin-bob
Last active July 7, 2019 10:06
Show Gist options
  • Save Robin-bob/ad03724976382e4a0cfc1c320ac9fd0e to your computer and use it in GitHub Desktop.
Save Robin-bob/ad03724976382e4a0cfc1c320ac9fd0e to your computer and use it in GitHub Desktop.
Uscreen new catalog full width overwrite styles
@media (min-width: 1200px){
.container,
.cbt-tabs .container {
max-width: 1920px !important;
}
}
.categories-home-page--inner {
max-width: 1920px !important;
}
.slide-item {width:50% !important;}
.program--description {width:100%;max-width:1000px !important;margin: auto;}
.category-flex, .slide-row, .content-row {width:100% !important; max-width:1920px !important;}
@media (min-width:769px){
.container {padding-left:60px !important;padding-right:60px !important;}
}
@media (max-width:768px){
.top_menu--group {display:block;}
.container {padding-left:15px !important;padding-right:15px !important;}
.slide-item {width:100% !important;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment