How to add padding to the area where 'Categories' used to be before I removed it
- The topic ‘How to add padding to the area where 'Categories' used to be before I removed it’ is closed to new replies.
Need help? Check out our Support site, then
Hey Ben,
I’ve removed the Categories headings and also the Pages headings.
The Pages headings have space between the trending topics block and the page.
What is the CSS to give padding between the Categories heading and the page?
Thanks!
Anna
The blog I need help with is: (visible only to logged in users)
Hi Anna
Here’s the code to hide the titles and add a gap between the trending section and the category content:
.page-title {
display: none;
}
.archive .trending {
margin-bottom: 40px;
}
Thanks – Ben
Thanks!