October 7, 2014 at 3:44 pm
#17198
Theme Horse Support Team
Keymaster
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!