Customizing Padding Only On Desktop

Solved

Customizing Padding Only On Desktop

TuneToyz
Explorer
91 0 22

Hello my website is tunetoyz.com password: tunetoyz123

Can someone please help me add padding here I only want it to change on desktop not pc this is located in the product page https://tunetoyz.com/products/carti

Screen Shot 2024-10-19 at 9.12.50 AM.png

Accepted Solution (1)

theycallmemakka
Shopify Partner
1796 436 465

This is an accepted solution.

Hi @TuneToyz 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

 

 

{% if product %}
  <style>
    @media screen and (min-width: 749px) {
    main#MainContent {
        margin-top: 165px;
    }
}
  </style>
{% endif %}

 

theycallmemakka_0-1729359441034.png

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

View solution in original post

Replies 2 (2)

devcoders
Shopify Partner
1112 134 315

Hello @TuneToyz 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css.
Add the provided code at the end of the file.

.collection {
margin-top: 5%;
}

 

devcoders_0-1729355052219.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

theycallmemakka
Shopify Partner
1796 436 465

This is an accepted solution.

Hi @TuneToyz 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

 

 

{% if product %}
  <style>
    @media screen and (min-width: 749px) {
    main#MainContent {
        margin-top: 165px;
    }
}
  </style>
{% endif %}

 

theycallmemakka_0-1729359441034.png

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com