Shopify themes, liquid, logos, and UX
Hi there, I am using the Dawn theme and designing my password page. How do I remove the block below my image, above my footer?
Thanks
Hello @UmarDaya
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media only screen and (max-width: 767px) {
.password-main {
flex-grow: unset !important;
}
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
I've tried the above recommendation but still not having any success. Just to clarify on desktop it is displaying fine as intended, the moment I switch over to mobile it has the extra block
This is Richard from PageFly - Shopify Page Builder App
Hi @UmarDaya Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>
<style>
@media screen and (max-width: 767px){
.password-main {
flex-grow: inherit !important;
}
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
I've tried both of the above recommendations but still not having any success. Just to clarify on desktop it is displaying fine as intended, the moment I switch over to mobile it has the extra block
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025