Hi,
I want widgets text centralized in their columns in footer. They are all on left. Is there any way?
http://xandrianoir.com/
Regards,
XN
Hi xandria!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .widget {
text-align: center;
}
Regards,
Yigit
Hello Yigit,
Thanks. It worked but the tags are still aligned left. http://www.xandrianoir.com
Regards,
XN
Try adding this too:
.tagcloud a {
float: none;
display: inline-block;
}
Thanks Josue, it’s perfect now!
(You moderators’ Quick CSS is like prescription drug in extreme illness:)
You are welcome, glad to help :)
Regards,
Josue