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: Set phone number right-aligned, and center the "TH: Services" widget

#17198

Hi Gonzalo,

To align phone number to right beside the social icons Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

.info-bar .info {
    float: right;
    margin-left: 10px;
}

And for the services widget. All the contents in the services widget are already centered.

Thank you!