Re: Dawn 8 / Rich Text Section / Reduce Top Padding when Heading is H1

Solved

Dawn 8 / Rich Text Section / Reduce Top Padding when Heading is H1

bibigab
Explorer
61 4 12

Hi All!

 

I am Eric the owner of OurHatsDeserveBetter.

I would like to reduce the top padding of the rich text section when the heasing is H1 ; It is simply too high (see below OurFabric's Selection):

 

bibigab_0-1685898709271.png

Thanks

Eric

Bibigab
Accepted Solution (1)

PageFly-Lucas
Pathfinder
110 28 29

This is an accepted solution.

Hi @bibigab 

This is Lucas from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

.rich-text__blocks.left h1 {

    margin-top: 0 !important;

}

PageFlyLucas_0-1685902077685.png

 

Hope that my solution works for you.

Best regards,

Lucas | PageFly

banned

View solution in original post

Replies 3 (3)

PageFly-Lucas
Pathfinder
110 28 29

This is an accepted solution.

Hi @bibigab 

This is Lucas from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

.rich-text__blocks.left h1 {

    margin-top: 0 !important;

}

PageFlyLucas_0-1685902077685.png

 

Hope that my solution works for you.

Best regards,

Lucas | PageFly

banned
bibigab
Explorer
61 4 12

Lucas,

Thanks for this. I was not expecting such speedy answer, especially on a Sunday!

Works like a charm...

Best

Eric

Bibigab
PageFly-Lucas
Pathfinder
110 28 29

Yeah! I'm glad to be able help you @bibigab 😊

banned