Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi,
I am currently having issues with the size of the labels and would like to adjust this for the mobile version. It would be great if they could be resized so that they appear side by side on one screen (on the mobile version). If that is not possible, it would also be okay if they are side by side and require scrolling.
Thank you in advance!
Here is link: https://tekaifaswg23rye9-71988969740.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hi,
The following code will do what you want. You can change the values as you like. If you encounter any issues again, feel free to write, I'll help.
Navigate to the 'Edit Code' option in your theme settings, then search for “base.css” in the search bar and add below codes.
@media (max-width: 991.98px){
.multicolumn-card-spacing{
margin: 0!important;
}
ul#Slider-template--18783709266188__multicolumn_mz9cRJ > li {
width: 32% !important;
}
}
This is an accepted solution.
Hi,
The following code will do what you want. You can change the values as you like. If you encounter any issues again, feel free to write, I'll help.
Navigate to the 'Edit Code' option in your theme settings, then search for “base.css” in the search bar and add below codes.
@media (max-width: 991.98px){
.multicolumn-card-spacing{
margin: 0!important;
}
ul#Slider-template--18783709266188__multicolumn_mz9cRJ > li {
width: 32% !important;
}
}
It worked! Thank you so much!
you are welcome.
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024