Site logo

Archived topic

Sidebar height modification and text rounded

5 replies · Started by SUNBIN on January 10, 2023

Viewing posts 1–6 of 6

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

IMG: https://imgur.com/a/RSo2sjG

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

This archived topic is closed to new replies.