This topic has 4 replies, 3 voices, and was last updated 1 months, 3 weeks ago ago by Andrew Mitchell
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;
}
Hi @Rodlens Hora,
Please try with this custom CSS code instead:
.single-post .elementor-widget-theme-post-etheme_content ul,
.single-post .elementor-widget-theme-post-etheme_content ol {
padding-left: 40px;
}
.single-post .elementor-widget-theme-post-etheme_content h3.wp-block-heading {
font-size: 20px;
}
Hope it helps!
it Work! Thank you
Dear Rodlens Hora,
We hope you’re reveling in the experience our theme brings! Your enthusiasm is what fuels our passion. Would you be so kind as to channel that energy into a 5-star rating on ThemeForest? Your feedback is the spark that lights our way!
Click here to spread the love: https://themeforest.net/downloads
Thank you for being an integral part of our journey!
Best Regards,
The 8Theme Team
Tagged: blog post, customization, h2 h3 sizes, list space, woocommerce themes, wordpress
The issue related to '‘List space for blog post and make the h3 smaller than h2’' has been successfully resolved, and the topic is now closed for further responses