Skip to content

Instantly share code, notes, and snippets.

@jessestu
Last active August 12, 2018 21:18
Show Gist options
  • Save jessestu/648c9995eca6d215888476486b483e0e to your computer and use it in GitHub Desktop.
Save jessestu/648c9995eca6d215888476486b483e0e to your computer and use it in GitHub Desktop.
/* Corrects the space that the parallax effect has on homepage. / @jessestu 5662293-hc */
.sydney-hero-area #slideshow[style] {
height: 1500px !important;
}
/* Online Store on homepage - alignment correction. / @jessestu 5662293-hc */
.store-css-fix .ecwidlatestproducts ul {
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: nowrap;
align-items: flex-end;
width: 100%;
}
.store-css-fix .ecwidlatestproducts ul li {
margin: auto;
}
.show a {
float: none;
margin: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment