badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Attitude Pro – change the number/alignment of Services

#28114

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!