Can you please provide link to your site?
are you using this theme http://ww.wp.xz.cn/themes/beach ?
if yes, please post in http://ww.wp.xz.cn/support/theme/beach and provide a link to your site.
if not, please contact your theme’s developer directly for support.
Hi,
You need to use this css for adjusting the values. You need to put the css either in your custom css or using a child theme. You can use custom css plugins also for using this code:
.blog #sidebar li a {
font-size: 15px;
}
.blog #sidebar ul {
padding-left: 5px;
}
You can adjust the values as per requirement.
Yes! The problem solved. Thanks a lot, Jitendra. ^_^