You can decrease/increase the title area height by adding the code below to the Custom css area:
.page-header .title { padding: 100px 0 30px 0; }
You need to change 100px to 50-60px or something else.
Here is a guide for How to add custom CSS code?
Modified on: Tue, 27 Oct, 2020 at 3:59 PM
You can decrease/increase the title area height by adding the code below to the Custom css area:
.page-header .title { padding: 100px 0 30px 0; }
You need to change 100px to 50-60px or something else.
Here is a guide for How to add custom CSS code?
Did you find it helpful? Yes No
Send feedback