Prestige theme: How to reduce spacing between header and subheader in a block

Solved

Prestige theme: How to reduce spacing between header and subheader in a block

Matthew114
Excursionist
21 0 4

I have added images to show the texts i am trying to bring closer together.

Store URL is https://reliq.shop/

Thanks in advance

Screenshot 2024-07-29 234540.pngScreenshot 2024-07-29 234601.png

Accepted Solution (1)

Priyanka_
Shopify Partner
84 15 20

This is an accepted solution.

Hi @Matthew114 

1. Go to theme files > theme.css file.

2. Add the below CSS at the bottom of the file and save the changes.

.prose .h1, .prose .h2{
margin-top: 10px;
}

 

I hope this helps!

Was I helpful? 

Buy me a coffee 



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

View solution in original post

Reply 1 (1)

Priyanka_
Shopify Partner
84 15 20

This is an accepted solution.

Hi @Matthew114 

1. Go to theme files > theme.css file.

2. Add the below CSS at the bottom of the file and save the changes.

.prose .h1, .prose .h2{
margin-top: 10px;
}

 

I hope this helps!

Was I helpful? 

Buy me a coffee 



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