Archived topic
still about the sidebar's style
3 replies · Started by bruce on October 17, 2022
Viewing posts 1–4 of 4
hello
please see this url :http://www.cidic.com.cn/products1_cn/typeid/1.html
the left sidebar is the category list .
i need this function and style with wordpress and gp.
my website is https://finechem.baynoe.com/products.
can you help me give the full css about the style ?
thanks.
Hi Bruce,
Can you try adding this CSS in Appearance > Customize > Additional CSS:
.inside-left-sidebar ul.wp-block-categories-list.wp-block-categories {
margin: 0px 15px;
}
.inside-left-sidebar ul.wp-block-categories-list.wp-block-categories li {
background-color: #2560a8;
list-style: none;
margin: 0 auto;
margin-bottom: 14px;
padding: 2px 10px;
}
thanks.
the style is ok
thanks again.
You're welcome Bruce!
This archived topic is closed to new replies.