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: Number of columns – business page sidebar (services)

#44209

Hi Gudrun,

Go to Appearance -> Customize/ Theme Options -> Design Options -> Custom CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.

.widget_service .one-third {
    width: 47%;
}
.clearfix-third,
.clearfix-fourth {
    clear: none;
}

Thank you!