Tuesday, December 24, 2013

Centering Sidebar Widgets

To center sidebar widgets, go to Design>Layout>Customization>Scroll down to Advanced>Add CSS.

In CSS box, put:

.sidebar .widget h2 {
text-align: center;
}

Click save.

That's it!


No comments:

Post a Comment