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 :).
Hey lpramadesign,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
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!
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