September 10, 2015 at 8:18 am
#28114
Theme Horse Support Team
Keymaster
Hi Centersq,
If there will be four services item then it can be customize via Custom CSS. Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.widget_service .one-third {
width: 46.36%;
}
.widget_service .clearfix-third {
clear: none;
}
Thank you!