This topic has 6 replies, 3 voices, and was last updated 8 years, 6 months ago ago by Robert Hall
Hello
I would like to have my blog’s entire left sidebar centered.
http://i65.tinypic.com/35883za.png
Also, how do I remove all the headers in the blog left sidebar as well, the widgets won’t allow me to.
http://i65.tinypic.com/5ydyed.png
Please advise.
Hello,
1. Sorry, but it’s unclear how you want to center the sidebar. It’s on the left side now. Do you mean you want to center the content inside the sidebar?
2. To remove headers in sidebar add this code in custom.css:
.blog .sidebar-widget .widget-title {
display: none;
}
Best regards,
Jack Richardson.
Yes, I would like all the items in the sidebar to be centered. Thanks!
Hello,
You can try to add this code in custom.css
.sidebar {
text-align: center;
}
Regards,
Robert Hall
That worked, thanks!
Hello,
You’re welcome!
Regards,
Robert Hall
Tagged: center blog sidebar, customization, design, themes, user friendly, woocommerce, wordpress
The issue related to '‘Center Blog Sidebar’' has been successfully resolved, and the topic is now closed for further responses