Shapely Feature Section

Hi, I have only 2 items for the feature section. They are left aligned on the page. How do I center align them on the page.

The page is www.michalvybranec.cz or check the attachment.

Thank you for your help.

Michal

Hi there

Hope you are having a good day and thank you for your question

I see you already fixed this question? :slight_smile:

Thanks!
Colorlib Support Team

Hi, unfortunately not. The problem is down on the page, please look again because you saw edited picture which I uploaded :).

Hi there,
Could you use this CSS:

@media (min-width: 768px){
#shapely_home_features-2 .row:nth-child(2) div.col-sm-4{
 width:50%;
}
}

Add it to appearance \ customize - additional CSS.
Hope this helps.