Site logo

Archived topic

GP right widget

38 replies · Started by Karol Öman on November 21, 2022

Viewing posts 31–39 of 39

It may be better if you go to Customizer > Layout > Container and set the layout to: Separate Containers.
And you will need to set the Customizer > Layout > Sidebars for your site. And make sure the Right Block Element is set to display on your Front Page too.

Hey,

That didn't work

Can you describe what didn't work?

Well i added the stuff as mentioned and nothing happened..

GO to Customizer > Colors and change the Sidebars background color to white.
You will see that those widgets now have space around them.

To make the corners round and add a border you will need to add this CSS to your site:

.sidebar .widget {
    border-radius: 12px;
    border: 1px solid #000;
}

Hey David,

I have added the stuff you mentioned it still didn't add any space between them. Can you take a look? Still same login as last time.

Are you referring to the Posts in the Blog or Archive Page? If so, you can use a Block Element - Content Template to style those. You should be able to "isolate" them with that.

Reference: https://docs.generatepress.com/article/block-element-content-template/

There's a video in this link showing how to use a Block Element - Content Template.

This archived topic is closed to new replies.