How to adjust the space between this sections?

Solved

How to adjust the space between this sections?

NikosBat
Navigator
478 1 104

Hello friends, how can I adjust the space between these sections?

 

Bildschirmfoto 2025-01-13 um 11.15.10.png

Accepted Solution (1)

Rahul_dhiman
Shopify Partner
855 168 186

This is an accepted solution.

Hello @NikosBat 
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> section-main-product.css
add this code at the end of the file and save.

.product__title>* {
margin: -23px 0px -8px 0px !important;
}

result
138.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

View solution in original post

Replies 8 (8)

DelightCart
Shopify Partner
1271 84 158

@NikosBat Can you please send me your store URL?

Delight Cart - It's time to turn your visitors into loyal shoppers! 

Delight Loyalty - Increase repeat sales quickly and build lifelong customers loyalty.
NikosBat
Navigator
478 1 104

Hello DelightCart and thanks for replying, here is the url and password:

https://www.nistore.de/products/nistore™-winterhandschuhe, nikthe

 

NikosBat
Navigator
478 1 104

Thanks for replying Walstar, so how do I adjust that? Do I need to write a code?

Rahul_dhiman
Shopify Partner
855 168 186

This is an accepted solution.

Hello @NikosBat 
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> section-main-product.css
add this code at the end of the file and save.

.product__title>* {
margin: -23px 0px -8px 0px !important;
}

result
138.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

NikosBat
Navigator
478 1 104

Rahul_dhiman thanks for replying, that solved my problem

 

Rahul_dhiman
Shopify Partner
855 168 186

Happy to help you...!!!

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

ZestardTech
Shopify Partner
6148 1100 1476

Hello @NikosBat,
Here are the steps to apply the necessary changes in your Shopify store:

  • In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
  • Locate Asset > base.css and paste the following code at the bottom of the file:

 

.product__info-wrapper [id*="_product_reviews_rating_widget"] {
    margin: 20px 0;
    display: flex;
}

.product__info-wrapper [id*="_product_reviews_rating_widget"]>div {
    width: 100%;
    display: flex;
}

.product__info-wrapper [id*="_product_reviews_rating_widget"]>div .dr-relative {
    width: 100%;
    display: flex;
}

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
NikosBat
Navigator
478 1 104

Thanks for helping me ZestardTech I appreciate it.