Archived topic
Style Front Page Archives Blog Roll Container
3 replies · Started by Moses on July 15, 2021
Goal: To edit the style of the blog roll/archives container on the front page without impacting Posts/Pages. Adjusting container padding in the customer impacts all containers globally.
I made a solid effort at trying to locate the reference code that edits the front archives blog roll. Looked through the support forum, and after almost two hours - Well... I know someone will know what I'm trying to achieve here and save me another two hours.
You can see from the image that the container has quite a bit of bottom padding that simply looks unsightly. I'd also like to style other elements of the container, which I can accomplish on my own - just cant seem to find the right css (hook?) or reference point that correlates to this specific container. Looked through the source and all the edits I made changed every grid/container EXCEPT the one I'm trying to edit.
So there it is. Image attached. I'd like to edit the bottom padding there and then some. Help find the code that edits this specific container? Thanks! :)

Hi Moses,
Are you using the Marketer template from site library? If so, try this CSS:
.blog .inside-article {
padding-bottom: 20px;
}
If this CSS doesn't work, any chance you can link us to the site in question?
You can use the private information field.
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
That TOTALLY worked. Thanks so much!! Why the heck couldn't I find that... :)
You are welcome :)