Hello!
I updated my theme to the latest Enfold 2.4 and since the update, the spacing between the blog title and meta data (date, comments, categories) has become much smaller.
Link – http://etool.net.au/blog/
Please can you advise what CSS to use to make the space bigger and look more like the older version?
Also, with the update to the Kriesi website, has the advanced search within the forum been removed? I can’t seem to find it and check whether this CSS fix has already been requested.
Thanks, Siobhan
Hey Siobhan!
Please add this on your custom.css or Quick CSS:
.template-page .template-blog .entry-content-wrapper h1, .template-page .template-blog .entry-content-wrapper h2 {
text-transform: none;
letter-spacing: 0;
margin-bottom: 10px;
}
Cheers!
Ismael
Awesome, thanks Ismael. Worked perfectly!!
Hey again Ismael,
I’ve just had another look and it has worked great on the blog homepage, but not on the individual blog post pages e.g. http://etool.net.au/eblog/events/meet-etool-eco-week-spring-festival/
Is there something else I can add to the CSS coding above to include these pages?
Thanks, Siobhan