Archived topic
Centre-align right sidebar
3 replies · Started by Anonymous on March 15, 2016
Hi Tom,
I want to centre-align the widgets in the right sidebar, but when I try and use some custom CSS as you've suggested elsewhere on your website, it makes the main content centre-align as well.
I noticed that someone else on the website had the same problem with their footer widgets, but I couldn't see the solution.
Can you help?
Nick
Are you wanting to center everything in your sidebar widgets?
If so, this CSS should do it:
.sidebar .widget {
text-align: center;
}
Let me know :)
Thanks Tom - worked perfectly! 😁
You're welcome :)
