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

    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

    #1193173

    Hey chanjelin,

    Thanks for the screenshot, on which page can we see the actual problem?

    Best regards,
    Rikard

    #1193179

    Thanks for the quick reply, any blog category page. I’ve linked one as an example in the private content.

    #1194659

    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

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