Header Blank Space

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

  • Here is the solution for you @remz1234
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
@media only screen and (min-width: 600px) {
body {
    display: block !important;
}
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Hi @BSSCommerce-B2B Thank you! Will mark this as solution.