Remove a padding

Hi, I see there is still a padding bellow the title

even when the setting are 0px

https://wmqgez-r2.myshopify.com/pages/fashion-design

Can we remove it and also center the title “Fashion Design”?

it bother me that long space between the title to the first topic.

Warm regards.

@Artez

Please add the following code at the bottom of your css file.

@media screen and (min-width: 750px){
.main-page-title { text-align: center; margin-bottom:0px !important; }
}

Hope that works.

Title centered Base.css

.page-title,
h1,
h1.page-title {
text-align: center;
}

Remove Gap:

.page-title,
h1.page-title {
margin-bottom: 0 !important;
}

.template-page .page-width {
padding-top: 0 !important;
}