Product Title position more higher on Dawn Theme

Solved
MaxiMaxi
Excursionist
21 1 0

Good evening to all,

 

I have already moved my product title to the center of the picture per base.css. Now, however, I want the title to be directly attached to the image from below (with the same central position) on Collection, page, featured etc.

 

Title posion.png

 

 

Maxi-Brillian (maxibrillian.com)

pw:    deropa

 

Accepted Solution (1)

Accepted Solutions
techlyser_ecom
Shopify Partner
443 98 103

This is an accepted solution.

@MaxiMaxi 

 

please add code above </body> in theme.liquid

 

layout >> theme.liquid

 

<style>
.product-card-wrapper .card__information {
padding-top: 0!important;
}
</style>

 

after add the code look like this,

 

techlyser_ecom_0-1674672104014.pngtechlyser_ecom_1-1674672136587.png

 

Techlyser || Shopify Partner || Helping eCommerce Brands
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Reply 1 (1)
techlyser_ecom
Shopify Partner
443 98 103

This is an accepted solution.

@MaxiMaxi 

 

please add code above </body> in theme.liquid

 

layout >> theme.liquid

 

<style>
.product-card-wrapper .card__information {
padding-top: 0!important;
}
</style>

 

after add the code look like this,

 

techlyser_ecom_0-1674672104014.pngtechlyser_ecom_1-1674672136587.png

 

Techlyser || Shopify Partner || Helping eCommerce Brands
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com