Hello there, I did some coding on the Dawn Theme template and now my mobile grid is completely broken and can not manage to fix it, can you help me?
Thanks.
website: ateliertenera.com
Password is: DAF
In full-screen there is no problem at all but in mobile the grid is leaning to right in a weird way.
Many thanks!
Any idea how to fix it?
@KetanKumar
@Jordan42
@Mr_RaviRaj
Hi,
To fix the issue, please follow the steps below.
-
Go to Online Store > Actions > Edit Code > Assets
-
Select & Open base.css file
-
Copy the code below and paste it in base.css at the end of the file.
@media screen and (max-width: 840px) {
.pgc-m-l-150 {
margin-left: 0px;
}
}
Hope it helps.
Hello David, no it is still the same unfortunately..
I checked your store but the code was not added yet.
Because I added to the duplicated version, I am adding it to the original one now you can see.
I changed it as below.
@media screen and (min-width: 750px) {
.pgc-m-l-150 {
margin-left: 150px;
}
}
@media screen and (max-width: 749px) {
.pgc-m-l-150 {
margin-left: 0px;
}
}
It should work now.