Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #316143

    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/

    #316519

    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

    #318343

    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.

    #319251

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    margin: 0;
    }}

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.