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
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024