hi there! can i remove that white space between advertisement bar and my banner section
Thanks so much! have a good day!
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media only screen and (min-width: 750px){
.template-index .main-content { margin-top:0px !important; }
}
Hope this works.
Thanks!
@media only screen and (min-width: 750px){
.template-index .main-content { margin-top:0px !important; }
}
Hope this works.
Thanks!
@dmwwebartisan thanks por quick answer! it works really fine in desktop view, but mobile view show the same
Oh! sorry. Add this for mobile.
@media only screen and (max-width: 749px){
.template-index .main-content { margin-top: 0px !important; }
}
Thanks!
@dmwwebartisan Thanks so much! appreciate that! it works really well!
Hey I am having the same problem trying to erase the white space, and I copied and pasted the code but I still have the white space. Is there a different fix?
Please send your store URL! I will check and send the correct solution to you!
Thanks!