Hi, is there any way I can remove/reduce the white space above and below the video on my store's home page?
Thanks a lot
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/timber.scss.liquid file.
@media (min-width: 768px){
.video-wrapper {padding-bottom: 42.25% !important;}
}
Hope this helps.
Thanks!
@Gusmusic Happy to help you on your issue
Follow below steps to fix your issue
1. Go to theme -> edit code -> assets -> timber.scss.liquid
2. add below code at the end of your file
@media (min-width: 768px){ .video-wrapper {padding-bottom: 42.25% !important;} }
User | Count |
---|---|
416 | |
209 | |
101 | |
89 | |
74 |