How to increase the space between vendor and product title (DAWN)

Solved

How to increase the space between vendor and product title (DAWN)

NOT1
Shopify Partner
282 2 127

How to increase the space between vendor and product title (DAWN)

Accepted Solutions (2)

Made4uo-Ribe
Shopify Partner
10038 2387 3014

This is an accepted solution.

Hi @NOT1 

Would you mind sharing 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.

View solution in original post

pawankumar
Shopify Partner
700 102 123

This is an accepted solution.

Hi @NOT1 
Please put this code in theme.liquid before body closing tab </body>

<style>
.product__text.caption-with-letter-spacing+.product__title {
    margin-block-start: 1.5rem !important;
}
</style>

1.5rem adjust it as per your need

Please press Like and Mark Solution if you find it helpful.

Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
10038 2387 3014

This is an accepted solution.

Hi @NOT1 

Would you mind sharing 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.
NOT1
Shopify Partner
282 2 127

Man I feel bad I am really sorry but this time also someone else gave the answer 😭 But still I will add you as solution

pawankumar
Shopify Partner
700 102 123

This is an accepted solution.

Hi @NOT1 
Please put this code in theme.liquid before body closing tab </body>

<style>
.product__text.caption-with-letter-spacing+.product__title {
    margin-block-start: 1.5rem !important;
}
</style>

1.5rem adjust it as per your need

Please press Like and Mark Solution if you find it helpful.

Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan