All things Shopify and commerce
Hi everyone. I am currently developing a page on Dawn theme and i would like to hide some sections on the mobile version only. Due to the sections being very wordy, we are wanting to remove the multi row for the mobile. Can anyone help with this? I can provide more info if that is needed but hoping it is a fairly easy fix with some coding?
Solved! Go to the solution
This is an accepted solution.
Hi
Add this CSS code under Custom CSS setting of MultiRow. please check screenshot link for reference https://prnt.sc/7YicpKHcAW8x
@media only screen and (max-width: 600px) {
.multirow {
display: none;
}
}
Can you share the store URL and confirm which section you want to hide for Mobile?
I will provide the CSS Media query code to hide section in mobile only.
Indelity Golf · Customize Dawn · Shopify
We want to hide all the multi rows for the mobile section. There are 4 rows in total which we would like hiding on mobile only 🙂 Anything else you need let me know
This is an accepted solution.
Hi
Add this CSS code under Custom CSS setting of MultiRow. please check screenshot link for reference https://prnt.sc/7YicpKHcAW8x
@media only screen and (max-width: 600px) {
.multirow {
display: none;
}
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025