hi!
I've been searching for a solution to make video full width. Is there any custom code I can add in my html, whenever I want my video to be full width? or something:)
here's my site: https://lashouts.com/pages/loyalty-and-rewards
Solved! Go to the solution
Hello There,
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (min-width: 750px){
.medium-up--five-sixths {
width: auto!important;
}
}
@media only screen and (min-width: 750px){
.medium-up--push-one-twelfth {
left: 0!important;
}
}
Hi,
use this code
@media only screen and (min-width: 750px)
.medium-up--push-one-twelfth {
left: .33333%;
}
@media only screen and (min-width: 750px)
.medium-up--five-sixths {
width: 100.33333%;
}
hi,
add this code in the theme. scss
.rte {
color: #333232;
max-width: 300%;
margin-left: -15%;
margin-right: -130px;
}
I hope it will be most helpful for you.
Thank you
User | Count |
---|---|
21 | |
19 | |
13 | |
12 | |
11 |