Center category block in the page

Hello,

As said in the topic, I’m trying to center category block in the page keeping the same image size :

Anyone can help me pls ?

Thanks in advance, Zak.

Please try this CSS snippet

.home .hp-listing-categories .hp-row{
	justify-content: center !important;
}
2 Likes

Thanks it works

NB : For subcategories just remove the “.home”

Thanks.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.