Hi, I would like to remove this blank space on my header. Pls see the pic below. Thanks!
My store link : https://e191fe-f9.myshopify.com/
Pw : 123
Hi, I would like to remove this blank space on my header. Pls see the pic below. Thanks!
My store link : https://e191fe-f9.myshopify.com/
Pw : 123
Can you share password @remz1234
Hi @remz1234
Your store is password protected kindly share the password
Hi @BSS-TekLabs pw is 123
Hi @Mehran_Ali pw is 123
Hi @remz1234 ,
Step 1. Go to Admin → Online store → Theme > Edit code
Step 2. Find the file base.css
Step 3. Add this code to the end of file
body {
display: block!important
}
If it helps you, please like and mark it as the solution.
Best Regards
Hi @remz1234
the issue can’t be identified by the front dev tool can you share the collaboration access so I can check
@media only screen and (min-width: 600px) {
body {
display: block !important;
}
}
Hi @BSSCommerce-B2B Thank you! Will mark this as solution.