Hello !! Can anyone let me know how to fix the background image of this mobile.
Im using dawn theme
Thank you ![]()
Mobile background image on Shopify’s Dawn theme not displaying as desired on phones; screenshots show a white space at the bottom.
Outcome/status: No confirmation yet that the 300% adjustment resolved the issue; discussion appears open pending user feedback.
Notes: Screenshots are central to showing the bottom white space on mobile; the solution revolves around CSS adjustments rather than theme template changes.
Hello !! Can anyone let me know how to fix the background image of this mobile.
Im using dawn theme
Thank you ![]()
https://gleaming-goddess-theme.myshopify.com/
pass - gleaming goddess
can you please help ?? it’s imp
Hello @shilpa_etsy ,
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file base.css
Step 3: Add code
.gradient {
background: var(--gradient-background);
background-attachment: fixed;
background-image: url(/cdn/shop/files/Untitled_design_1.png?v=1711300100);
background-color: transparent !important;
background-position: top left !important;
background-size: 250% !important;
background-repeat: no-repeat !important;
}
Thanks
background-size: 300% !important;
Please change this code and marked the solution @shilpa_etsy