Hi, I just updated to the latest theme version. I need some help with List space for my blog posts and make h3 headings smaller than h2 headings. The code you provided for list spacing doesn’t seem to work with the new single post builder.
here is the code you gave me for the list space
.single-post .content ul {
padding-left: 40px !important;
}
.single-post .content ol {
padding-left: 40px !important;
}