Hi there,
I recently implemented some CSS to make my regular blog posts 95% wide on the page. However, my archive posts did not follow suit. How can I make them display the same way?
More info in the Private Content section.
Thanks, as always!
– Joe
Hi Joe!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.archive .blog-meta, .archive .post_author_timeline {
display: none;
}
Cheers!
Yigit
Yigit,
Sorry – thought I’d replied to this already. This worked perfectly.
Thank you,
Joe