Site logo

Archived topic

Side Bar Bulk Selection for Pages Vs. Blog Posts

1 reply · Started by Sam on April 14, 2021

Viewing posts 1–2 of 2

Hello,

Is there a way to bulk select the right sidebar to not show on pages but to show on blog posts or do I have to individually go in and change it for all the pages?

Also, is there a way to have everything Center-aligned in the Sidebar?

Thanks,
Sam

Hi there,

1. you can change the global sidebar defaults in Customizer > Layout > Sidebars.
Changing the Sidebar Layout to no sidebar will apply to Pages.
And then you have separate options for Blog and Single Posts.

If you want to be more selective eg. Posts in X Category have a sidebar and others do not then you can do that using a Layout Element:

https://docs.generatepress.com/article/layout-element-overview/

2. You can use this CSS:

#right-sidebar {
    text-align: center;
}
This archived topic is closed to new replies.