How to Featured Blog Post in Center

Hello, I would like to have my featured block post centered on the page, but I haven’t been able to find a function for this.

Password: Hello123456

@sincelesss can you please share your blog post link?

@sincelesss it is redirectd to password page and after adding password, home page

ich meine auch den featured block post auf der Main homepage wie im screenshot …

der link zum post wäre

I also mean the featured block post on the main homepage as shown in the screenshot…

The link to the post would be

www. staff-x. de /blogs/news/oversized-shirt-comparison-stanley-stella-freestyler-vs-blaster-2-0-:t_shirt::sparkles:

@sincelesss on home page are you going to use this single blog post or going to add more in future?

is just one blog post explaining oversized shirt designs

@sincelesss would this be ok?

sure will be perfect

@sincelesss please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → theme.css

.blog-post-card__info .v-stack.gap-3.sm\:gap-5{text-align: center;}

@media screen and (min-width: 1150px) {
    .blog-post-card--featured { grid-template-columns: auto; }
}

thank you works perfect <3 …

Maybe you get the solution for this too?

@sincelesss please add this css and check

section-header.section-header{ text-align: center;    justify-items: center; }

Wow, thank you so much!

If only I had asked earlier, I could have saved myself three hours of my time :stuck_out_tongue:

Thank you very much, I can finally go to sleep with peace of mind.

@sincelesss do let me know if you need any more updates