What is the CSS code to move the text on the left side of the Footer to the Center of the Footer…? Thanking you in advance…Bob
Hi Bob,
That is actually is the matter of the columns in the footer. You can go to Pro > Theme Options > Footer and set it to be one columned:

This will guarantee that you have the whole footer section available for that widget which you added.
Now you can easily go to Pro > Theme Options > CSS and add the CSS code below to make the text aligned in the center:
.x-colophon.top .x-container > .x-column {
text-align: center;
}
Thank you.
Perfect! Thank you
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.