Kind of an odd question that I don’t exactly know how to classify. I am putting a large block of text in an accordion on a blog post , but the tags, which typically show up at the bottom of the post are split around the accordion. Any thoughts on how to fix this?
See the site here… http://lifeinconnection.com/blog/2014/06/29/the-god-ordained-storm/
Hi debenm!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .togglecontainer {
clear: none;
top: -20px;
}
Best regards,
Yigit
Thanks Yigit,
That worked perfectly…
one other question.. you helped a few weeks ago with an svg logo issue (https://kriesi.at/support/topic/svg-logo-size-position-off/). Your fix worked there, but there’s one very small detail that maybe you could help me with. The logo is pushing in from the left about 25px. How can I remove that 25px padding?
You can see it best when you scroll the content of the blog page here.