Hello community!! I m using Motion theme for my shop https://everydayheroes-store.com/ my question is how can i reduce the space between the header and the video hero? I will appreciate any help on this . Thank you !
.template-collection .main-content, .template-index .main-content {
padding-top: 170px;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Thank you so much ! It work at desk top but the space on the mobile view is remaining. Can we do something for that ?
yes, please add this code
@media (max-width: 768px) {
.template-collection .main-content, .template-index .main-content {
padding-top: 70px;
}
}
yes its animation spacing top and bottom if remove this please check your theme setting

