Liquid, JavaScript, themes, sales channels
can i get the rigt code to fix it?
body,
html {
background: url({{'364052861-huge.jpg' | asset_url }});
background-color: $color-body;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position:center;
background-attachment:fixed;
background-repeat: no-repeat;
}
.page-width {
@include clearfix();
max-width: $width-site;
margin: 0 auto;
}
.main-content {
display: block;
padding-top: $section-spacing-small;
@include media-query($medium-up) {
padding-top: $section-spacing;
}
}
.section-header {
margin-bottom: $section-spacing-small;
@include media-query($medium-up) {
margin-bottom: $section-spacing;
}
}
Hey there,
Try using one of the background property values: https://www.w3schools.com/cssref/css3_pr_background-size.asp (maybe contain instead of cover)
examples: https://www.w3schools.com/cssref/playit.asp?filename=playcss_background-size&preval=contain
Or if you have a url we can take a look and see.
i did that before ,nothing happen ...so sad
do you have a link to your site?
User | RANK |
---|---|
22 | |
22 | |
10 | |
9 | |
6 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023