Archived topic
center Sidebar-Title
5 replies · Started by ThomasDE on October 24, 2019
Hello at all.
At first, sorry for my bad english.
I want center the title in the sidebar, whats the best way to do this?
Thank you!
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Hi Leo, thank you.
I have entered the link
It is important for the mobile view
Try this CSS:
.sidebar .widget .widget-title {
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Works perfect!
Thanks Leo.
No problem :)