Moving product description text up slightly

Moving product description text up slightly

manoman
Pathfinder
140 1 22

Hello!

Does anyone know how to move the product description text up slightly towards my image? I feel like its a big gap in between them. I only want to make changes on PC/Desktop, since on mobile it looks great.

Here is example: https://gyazo.com/4042cf47aef194b37624f50661ed10ae

I would like to my site URL to be anonymous so please let me know if you can help and I can PM you the site URL. Thank you so much for your time and help!

Replies 5 (5)
manoman
Pathfinder
140 1 22

You have PM now!

manoman
Pathfinder
140 1 22

Helped me great in Pms. Thanks!

Made4uo-Ribe
Shopify Partner
10038 2387 3014

Hi @manoman 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
manoman
Pathfinder
140 1 22

You have Pm with url! Thanks!

Made4uo-Ribe
Shopify Partner
10038 2387 3014

Thanks for the info, check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.container.vertical-breather {
    padding-top: 0px !important;
}

@media screen and (min-width: 1000px) {
    .product:not(.product--featured) {
        margin-bottom: 60px !important;
    }
}

 

And Save. 

If not enough just lesser the margin-bottom. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.