Hi everyone,I would greatly appreciate the help of the experts!
How can I center the collection list section and the card content in mobile?
Dawn Theme 2.0
https://albastore.co.il/?fts=0
password: 123456
Hi @Galya25
1: Online store > themes > Actions > Edit code > Assets > base.css
2: paste code at last
if you want full width section, pls use this code
@media screen and (max-width: 989px){
.grid--1-col-tablet-down .grid__item {
width: 100%;
max-width: 100%;
}
}
if you want to keep current width setting, then use this code
@media screen and (max-width: 989px){
.grid--1-col-tablet-down .grid__item {
margin: 0 auto;
}
}
Thank you very much for the detailed answer,
I followed the steps you presented and this is the result:
Do you have another idea?
did you save your code? I can’t see it
- In base.css I changed line 996 = list-style: landscape;
2, To reduce the proportions of the images, I changed line 55- max-width: 50% -
I am the manager of the site, and I am renovating the code because the client added codes and javascript on her own ![]()
The stripes (====) are her way of marking the lines she added as an addition to the original code.
- Should I delete the sign ===== ?
- Is there an accepted way to mark new lines of code that are added?
Thank you very much for your time
** @Kani **









