Quick View: increase spacing between the product title and price

Solved

Quick View: increase spacing between the product title and price

Optimist1
Explorer
50 2 11

Hello,

 

How can the vertical spacing between the product title and price be increased on Quick View?

 

I appreciate any help you can provide.

 

Capture 18.JPG

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9552 2276 2824

This is an accepted solution.

Hi @Optimist1 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. 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:

 

@media (min-width: 768px) {
    .t4s-product-quick-view .t4s-product__info-container {
        padding-top: 10px !important;
    }
     .t4s-product-quick-view .t4s-product__title {
        padding-bottom: 20px;
    }
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1733348093901.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 4 (4)

Moeed
Shopify Partner
6530 1773 2144

Hey @Optimist1 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.t4s-product__title {
    margin-bottom: 30px !important;
}
</style>

RESULT:

Moeed_0-1733345019757.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Optimist1
Explorer
50 2 11

Not working brother!

I use Theme Kalles, in my theme.liquid there is not a </body> tag

I want to fix this problem in my popup quick view

 

Thank you so much for your attention and participation.

Made4uo-Ribe
Shopify Partner
9552 2276 2824

This is an accepted solution.

Hi @Optimist1 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. 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:

 

@media (min-width: 768px) {
    .t4s-product-quick-view .t4s-product__info-container {
        padding-top: 10px !important;
    }
     .t4s-product-quick-view .t4s-product__title {
        padding-bottom: 20px;
    }
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1733348093901.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Optimist1
Explorer
50 2 11

Thank you very much bro, it's working 🙏