Reduce space between page title and description/ add padding in Dawn Theme.

Solved

Reduce space between page title and description/ add padding in Dawn Theme.

jmkirkwood
Tourist
5 0 1

Hello,

I would like to reduce space between page titles and descriptions. I would also like to add padding to bottom of description. I would like to be able to add css to the theme custom css and not edit code - if possible.

 

Thank you.

https://horsegirlgoods.com

 

Right now it looks like this:

jmkirkwood_1-1706235834070.png

I would like to adjust it to look more like this:

jmkirkwood_0-1706236271810.png

 

 

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11359 2225 2399

This is an accepted solution.

Hi @jmkirkwood 

Add this code to Online store > Themes > Edit code, open theme.liquid file

<style>
.collection-hero__title {
    margin-bottom: 0px !important;
}
</style>

 

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
11359 2225 2399

This is an accepted solution.

Hi @jmkirkwood 

Add this code to Online store > Themes > Edit code, open theme.liquid file

<style>
.collection-hero__title {
    margin-bottom: 0px !important;
}
</style>

 

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

jmkirkwood
Tourist
5 0 1

I added the code  to the Theme setting / Custom CSS with out the the "style"  at top and bottom and it worked. Thanks!

It did not add any padding at the bottom of the description. 

How do I do that?

jmkirkwood
Tourist
5 0 1

I figured it out. I placed the below in Template/collection banner/custom CSS  at first and decided to place it in Theme style instead so it would apply across the entire site. It works.

Thanks! 

jmkirkwood_0-1706271047775.png