Archived topic
How to customize the right sidebar
4 replies · Started by Paul on February 15, 2022
hello david,
how are you ?
the positon of sidebard : blog achieve and single blog post
the screenshot is https://prnt.sc/26wob5i and https://prnt.sc/26wopcu
i want to customize the content for exeample my product information or blog content on the right sidebard?
how to use GP theme tool or plugin to achieve this target?
pls guide me , thanks
paul
Hi Paul,
To add “content” in the right sidebar, you may do so through Appearance > Customize > Widgets.
See this for reference: https://share.getcloudapp.com/NQuxXAO2
You may also create Right Sidebar Elements which display specific only to the pages you prefer: https://share.getcloudapp.com/7KuqrZdx
Here is a useful video with regards to this: https://www.youtube.com/watch?v=1E7zFl678kg
Here is a document you may also refer to: https://docs.generatepress.com/article/block-element-overview/#right-sidebar-type
Hope this helps! Feel free to reach out if you need further assistance with regards to this. :)
hello how are you?
thanks for your help and all are nice.
hello Fernando
i'm sorry that i come back
i totally added 2 siderbars, why the first one sidebar is fixed, how to cancel it? because when i scoll down the page, it will cover the next siderbar of top-rated products?
pls check the private link below private messages
pls guide me, thanks
There appears to be custom CSS that’s causing this.
See this for reference: https://share.getcloudapp.com/bLuxLNq7
Can you kindly check all custom CSS in your site and see if you can modify/remove this CSS?
Alternatively, you can try adding this CSS to override this for your entire website:
.inside-right-sidebar >*:nth-child(1), .inside-right-sidebar >*:nth-child(1) {
position:static !important;
}
However, it would still be better to just fix the current CSS you have if possible.
Hope this helps! :)