Tagged: , ,

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

    I am having some problems with the display of the tags in a blog post. The tags from a blog post display through the other text. And the outline is quite weird. As you can see in attached image – the tags are displayed everywhere – i want it to show in one line. I don’t think this is supposed to be like this :).

    • This topic was modified 5 years, 8 months ago by lpramadesign.
    #1072766

    Hey lpramadesign,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1072774

    Hi there,

    Right now the page is ‘under construction’ so you cannot see it without a login.
    I will provide you the login below.

    This page you can see the tags jumping https://www.oogstgoed.nl/2019/02/26/voed-je-goed-deel-1/

    https://www.oogstgoed.nl/blog/

    Thanks a bunch!

    #1074854

    Hi,

    Thank you for the update.

    We are flooded with inquiries lately, so the replies are a bit delayed. We would like to apologize for that.
    Regarding the issue at hand, we fixed it with this css code.

    .html_elegant-blog #top .post-entry .post-meta-infos {
        float: none;
    }

    Do you remember adding this css code before?

    .html_elegant-blog #top .post-entry .post-meta-infos, .html_elegant-blog .avia-content-slider .slide-meta {
        display: block;
        text-align: center;
        padding: 10px 0;
        border-top-width: 1px;
        border-top-style: solid;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        margin-top: 40px;
        width: 100%;
        clear: both;
        float: left;
    }

    Best regards,
    Ismael

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