Hello, I need help fixing the formatting of my read more button for my blog posts, the words are overlapping.
Attached is a picture demonstrating the problem (private content).
I’ve also provided login access as well (private content)
Thank you
Hey chanjelin,
Thanks for the screenshot, on which page can we see the actual problem?
Best regards,
Rikard
Thanks for the quick reply, any blog category page. I’ve linked one as an example in the private content.
Hi,
Thank you for the info.
You should apply the custom style to the more-link-arrow instead of the more-link container.
.bloglist-simple .more-link .more-link-arrow {
padding: 0;
margin: 0;
font-size: 0;
line-height: 0;
top: auto;
width: 30px;
height: 30px;
display: block;
border-width: 2px;
border-style: solid;
border-radius: 100%;
text-decoration: none;
overflow: visible;
float: right;
margin-left: 10px;
top: -7px;
position: relative;
}
Let us know if you need more help.
Best regards,
Ismael