Hi there,
I got a question regarding my shopify webshop design. How do I get the banner image at the top of the page so the blank space between the nav bar and the banner image dissapears?
Thanks in advance,
Cedric
Hi there,
I got a question regarding my shopify webshop design. How do I get the banner image at the top of the page so the blank space between the nav bar and the banner image dissapears?
Thanks in advance,
Cedric
Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.
Welcome to shopify community.
Please share your store URL and if your store is password protected then please provide password too.
Thank you.
Hi @Denishamakwana ,
Thanks for your fast reply.
The url is: plantybrand.com
The password is: ajakkes
The page is: why you need plants
I hope you can help me resolve this issue!
Thanks in advance,
Cedric
Hi @ZestardTech ,
Thanks for your fast reply.
The url is: plantybrand.com
The password is: ajakkes
The page is: why you need plants
I hope you can help me resolve this issue!
Thanks in advance,
Cedric
Please add the following CSS code to your assets/base.css bottom of the file.
@media screen and (max-width: 749px){
#shopify-section-template--15255091577071__1641845699354eb45e.spaced-section {margin-top: 0px !important;}
}
@media screen and (min-width: 750px){
#shopify-section-template--15255091577071__1641845699354eb45e.spaced-section {margin-top: 0px !important;}
}
Thanks!
Thanks for your reply and help. The solution you provided doesn’t work. Is there another way to do it?
Thanks in advance,
Cedric
Hello There,
@media screen and (max-width: 749px){
#shopify-section-template--15255091577071__1641845699354eb45e.spaced-section {margin-top: 0px !important;}
}
@media screen and (min-width: 750px){
#shopify-section-template--15255091577071__1641845699354eb45e.spaced-section {margin-top: 0px !important;}
}
Thanks for your help! I appreciate it. However the solution you provided doesn’t work. Unfortunately the blank space is still there…
Kind regards,
Cedric
Please share me screenshot.
That worked! Wow thanks so much that really helped me! Also big thanks to @ZestardTech
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.