Home › Community Forums › Epik Theme Support › Text spacing issue › Reply To: Text spacing issue
August 25, 2013 at 10:54 pm
#6821

Customer
They aren’t centered because you have them set to float left. You can’t really center anything that is floating left or right. You would need to go through each div for those fields and either change them to ‘display: inline’ or just remove the floats altogether. You would have to do this for the widget and the code inside of the widget.