Hi there,
Currently, I am trying to change/reduce space between single tiles of the blog page.
Therefore, I have implemented the following code in “additional CSS”:
.footer-widgets .widget:last-child, .sidebar .widget:last-child{
margin-top: 30px;
}
.one-container.archive .post:not(:last-child), .one-container.blog .post:not(:last-child) {
padding-bottom: 0px;
padding-right: 30px;
}
However, this does not bring the needed results as I am looking for a solution where all blog post in the blog archive are having the same space to all directions. Also, the last child should fit to the rest padding-wise. Any idea how I can achieve this?
Kind regards