Archived topic
Sidebar height modification and text rounded
5 replies · Started by SUNBIN on January 10, 2023
Hello.
1.
I'm using 2 sidebars left & right.
I made them by elements not widget.(apperance)
I want The sides divide screen by its background color.
But i can't find a way.
Look number 1. the grey background is not extended. i already set the layout sidebar-contents-sidebar.
2.
I don't know hot to make it rounded style as a button without link.
What is the code for it? and where should i put the code.
thx
Hi Sunbin,
1. What specific Block Element type are you using? Is it a Hook or a Sidebar Block Element?
2. For reference, can you provide the link to where we can see this?
You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Hello.
Sidebar is generated by apearance - elements- 'Block - Right Sidebar' in elements.
for 2,
https://imgur.com/a/lkXdd8s
i want this style rounded boder.
please let me know step by step
Hi there,
1. Add this CSS to your site to make the entire sidebar background the same color:
.is-right-sidebar {
background-color: #000;
}
2. If you use a GenerateBlocks button then you can set its Spacing > Padding and Border Radius.
thx its solved
Glad to hear that