Hi, can anyone please help me. i want to show 3 multi columns in one line instead of 2 in mobile dawn theme.
Hi @suryagoswami7 ,
Having 3 columns in mobile size will squeeze your texts and containers. If you still want to show it as three columns, you can use the code below
- From your Admin store, go to Online store > Themes > Click Actions > Edit code
- Open the Asset folder, and find the base.css file.
- Add the code below.
@media only screen and (max-width: 750px){
li.multicolumn-list__item.grid__item {
width: 32%;
}
}
Quick check - is this what you were looking for?
It worked perfectly, but how can i change the font size of text in multicolum?
Yes, but I want to change the font size I want to make it a bit smaller. thanks.
You will have made that in the code itself. A side effect will be that every multi-column text will be small.
Hi, I followed your screenshot adding an extra Value and Lable of 3 but I am getting an error code
Invalid JSON in tag ‘schema’
How do I fix this?
You might be having an extra comma somewhere. Just go through the code and. remove it.
Hello can you help out with having 3 columns on mobile phone. i am adding some content above copyright text in my footer. my theme is dawn. my site is sabihas.co.uk.
How come the added code is “label” : “3” and not the same format as the other two?



