Categories' title

Posted in: Newspaper
Post count: 494

Hi,

How can I reduce the space between the category title and its description?
Example of a category page: https://www.coupdepoker.com/culture-poker/
https://ibb.co/jhwKhsy

Fyi, I’m already using this CSS:

.td-header-style-10 .td-logo-wrap-full {
min-height: 80px;
line-height: 80px;
}

.td-header-style-10 .td-logo-wrap-full .td-logo {
line-height: 80px;
}

.td-main-page-wrap {
padding-top: 30px!Important;
}

.td-page-title{
text-align: center;
line-height: 45px;
padding: 30px 5% 50px;
letter-spacing: .02em;
}

.td_category_template_7 .td-category-title-holder{
padding: 30px 5% 50px;
}

Thanks

Post count: 18283

Hello !

In order to change the spacing between catergory title and content you can use this code:

.td-category-title-holder h1 {
padding-bottom: 1px;
}

Here is a preview of the code in action: https://www.screencast.com/t/6yuToFQTgVY

Thank you !

Post count: 494

That’s perfect, thanks Vlad!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.