Archived topic
Reduce title padding on archive
5 replies · Started by kanada on April 30, 2021
how to reduce title padding on the archive page
https://prnt.sc/12c46hh
Hi there,
Try this CSS:
.blog .inside-article, .archive .inside-article {
padding: 10px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
its not working, please check my site
Actually, it might actually be easier to use the content template with block element now:
https://docs.generatepress.com/article/block-element-content-template/
Just choose this template:
https://www.screencast.com/t/Mqaj264Vit
Then remove the content you don't want.
Then reduce the padding on the container:
https://www.screencast.com/t/30TjDot7f
wow, amazing feature, help me a lot, thanks Leo
Glad to hear :)