Hey There
I just created my store and I tweaked the code a bit, but there's a huge problem with the mobile version of the website.
There's a white space that looks weird and I really want to get rid of that.
On the Desktop version, it's okay there's no white space.
The Website link: https://bloomyzone.com
Any suggestions?
Solved! Go to the solution
Hello There,
Kindly share your store password.
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.hero{
height: 271px !important;
}
Hope this works.
Thanks!
Remove my old code and try to add this new code.
@media only screen and (max-width: 750px){
.hero{ height: 271px !important; }
}
Let me know if this works.
Thanks!
I tried both the old code and the new code, but I put the old one first and the new one after it, and I think it worked.
Now I can change the height on the desktop version without changing the mobile version.
Thank you a lot!
User | Count |
---|---|
801 | |
132 | |
93 | |
68 | |
63 |