Re: Adjusting Label Size for Mobile View - Dawn Theme

Solved

Adjusting Label Size for Mobile View - Dawn Theme

Esra47
Excursionist
51 0 6

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

 

Bildschirmfoto 2024-05-21 um 15.06.43.png

Accepted Solution (1)

TerenceKEANE
Shopify Partner
512 86 79

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;
}
  }

 

 

shopify.base.css.jpg

★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> info@novajetsoft.com | Software Engineer - Specializing In Advanced E-Commerce Websites

View solution in original post

Replies 3 (3)

TerenceKEANE
Shopify Partner
512 86 79

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;
}
  }

 

 

shopify.base.css.jpg

★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> info@novajetsoft.com | Software Engineer - Specializing In Advanced E-Commerce Websites
Esra47
Excursionist
51 0 6

It worked! Thank you so much!

TerenceKEANE
Shopify Partner
512 86 79

 

you are welcome.

 

★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> info@novajetsoft.com | Software Engineer - Specializing In Advanced E-Commerce Websites