DaronP
-
Posts
23 -
Joined
-
Last visited
Reputation Activity
-
DaronP got a reaction from Ziggy in How to have 2 columns on the product page on mobile?
Yes that worked, thank you so much Ziggy!
-
DaronP reacted to Ziggy in How to have 2 columns on the product page on mobile?
This problem has been answered a lot recently
Remove the CSS code that includes width:48%; and replace it with this:
@media only screen and (max-width: 767px) { .products.collection-content-wrapper .list-grid { grid-template-columns: 1fr 1fr; } .products.collection-content-wrapper .grid-main-meta .grid-title { font-size: 1.4em; } } -
DaronP got a reaction from creedon in Custom Css not working when being implemented
Ive just fixed it, thank you so much for your help!!
-
DaronP reacted to creedon in Custom Css not working when being implemented
In the @bangank36 and @tuanphan code you provided replace...
...with...
Did you edit that page recently? I'm thinking the block id was updated in response to that edit.
Let us know how it goes.
-
DaronP reacted to creedon in Custom Css not working when being implemented
Could you please be more specific? What code and what design issue? Can you post a screenshot of the relevant code or the code itself? Also please describe what design issue you are trying to fix.