Hello,
I am trying to remove the blank space in my password page. In the Desktop view it is small but when you open the website on a mobile it does not look right. Im using the dawn theme from shopify.
Is there anyway that blank space is removed?
Best,
Renato
Store: www.rebelsclo.com // https://r–ebels.com/
password: FW23
Hi @renatomp7 ,
This is David at SalesHunterThemes.
Thank you for your question.
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code.
Go Assets folder → base.css file.
Add this following code at the bottom of page.
#Banner-template--17942923182375__fc6aca1a-b395-4cef-99c5-c3dab0ecf001 {
height: 100vh;
}
Hopefully, this proves useful.
David | SalesHunterThemes team
Hi @renatomp7
This is Noah from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Noah | PageFly
Thanks David. It worked!!