[ad_1]
Hi there,
Try adding this through Appearance > Customize > Additional CSS:
ul.wp-block-latest-posts__list.wp-block-latest-posts li {
list-style: disc;
margin-left: 24px;
}
Thanks a lot for this! 🙏🙏🙏
Please change the group title “Next Article” from left to center.
Try this:
.inside-right-sidebar h2.widget-title {
text-align: center;
}
