Hey,
Can you explain what you mean by subject?
I’m guessing you are talking about the last item?
You can use this css:
.homeitemcount5 {
float: none;
display: block;
margin: 0 auto;
}
Kadence Themes
Thread Starter
Harti
(@harti)
Hi,
okay it’s centered now, but it is kinda buggy.
When you hover it lags and you click on the 5th iteam a lot.
Hope you see the problem.(link above)
thank you for the fast fix 🙂
you guys deserve to be successful.
Ok add this:
.homeitemcount5 {
clear: both;
}
Then you should be set.
Kadence Themes
Thread Starter
Harti
(@harti)
Thank you so much.
Problem solved.