Thank you so much Fotis. Yes I am using the paid version and I submitted a support question but I prefer your support lol.
I put in the code which you sent and it worked thanks again.The only issue that I have is the length of the grids influenced by the one next to it
For example for the second row, the blogpost “continue reading” under the blogpost “My Amor, My Walls, My perfectionism” is all the way at the bottom because the post next to it is too long. Can it be organized in a way where the grid lengths are independent of each other?
Also, How can I increase the space between the grids and limit the number of posts on the homepage to six?
Sorry for the multiple requests, basically what I am trying to do is get the display or the Olsen light theme which I had when my blog was hosted on www.remarpro.com.
I was playing around with the code you sent and changed the second line to “grid” and it looked right but only issue is the posts are displaying in one column when I change it.
}
.home #main {
display: grid;
flex-flow: row wrap;
}
Thank You!