How to lower the product description for Desktop version - Dawn Theme

Solved

How to lower the product description for Desktop version - Dawn Theme

crepscity
Pathfinder
92 0 22

Hi there, for *desktop version only, i want to lower the product description and everything else underneath the description lower as its too close to the header gridline. Mobile version is perfect. However, without pushing down the product image as i want them full width with no white gap on top or left side.

 

And if possible for *desktop version only, where the products images are stacked, i would like to make a 1px gap between the images as of right now theres maybe a 2px gap going down and 4px going across and i would like to imply a 1px between the stacked images for desktop version.

 

Thank you in advance.

 

Screenshot 2024-07-21 at 17.08.55.pngScreenshot 2024-07-21 at 17.21.08.png

Accepted Solution (1)

AK_Design_Dev
Shopify Partner
187 16 16

This is an accepted solution.

Hello @crepscity 

Here the option 

AK_Design_Dev_0-1721581413523.png

if you want to only 1px gap then you add a css in base.css file 

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com

View solution in original post

Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
2305 835 907

Hi @crepscity,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

 

{% if template.name == 'product' %}
<style>
@media only screen and (min-width: 750px) {
   .product__media-item:first-child .product__media {
    margin-top: 16px !important;
   }
   
   .product__media-list.grid {
        column-gap: 3px !important;
        row-gap: 3px !important;
   }
}
</style>
{% endif %}

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

crepscity
Pathfinder
92 0 22

This code only pushed the product image down which created a white gap on top. I only want the product *description, sizes, prices ect, lower for *desktop version. The product images are perfect the way they are now.

AK_Design_Dev
Shopify Partner
187 16 16

This is an accepted solution.

Hello @crepscity 

Here the option 

AK_Design_Dev_0-1721581413523.png

if you want to only 1px gap then you add a css in base.css file 

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com