Widget Locations

Watch a complete video course on building a website with Counter on YouTube →

Counter supports five widget locations. One in the sidebar on the Default blog layout and Default page template:

And four columns for widgets in the footer:

Note: Footer widget locations have a dynamic width, meaning that if you are using three, each widget location will take one-third of the width of the site, as shown in the screenshot above.

Widget Text Alignment

You can optionally change the text alignment of the widgets, using the CSS. To do that copy and paste one of the snippets below to the Additional CSS panel in the Customizer.

All Widgets in All Locations

.widget {
    text-align: center;
}

Sidebar Only

#secondary .widget {
    text-align: center;
}

Footer Only

#colophon .widget {
    text-align: center;
}

Widget Visibility

Sometimes it is necessary to hide some widgets on selected pages. To do that you can use Widget Visibility module that comes with Jetpack. With this module enabled, you’ll be able to create rules for each widget and control on which pages it should appear.