Site URL: https://www.byanyothername.net/
Hi everyone,
I was wondering if there was any way to centre align my posts on my blog page? I've managed to do it for my image galleries using this custom CSS:
.sqs-block-summary-v2 .summary-item-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
But I need something similar for my blog page. Any help greatly appreciated!
Thank you!