Is it possible to center the footer widgets? I would like them to be centered instead of aligned from the left edge. Also is it possible to center the copyright info too?
Thanks
Hi svreatt!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.copyright {
width: 100%;
text-align: center;
}
and post the link to your website so we can see your footer widgets
Best regards,
Yigit
Thanks that worked perfect!
Here is a link to my site that I want to center the widgets on. I have a background image and I want to center the copy over it.
Hi!
Please add following code to Quick CSS as well
#footer .widget {
text-align: center;
}
Cheers!
Yigit
Ok, I think I figured it out. I used a div tag to center the content.
Thanks