left align read more on posts
Hi there,
I removed the like count on posts:
/* remove like from posts */
.post-footer > .button-love {
display:none;
}
Can you tell me the best way to left align the read more link? https://corporate.ignite.co/media/
Hi there,
I removed the like count on posts:
/* remove like from posts */
.post-footer > .button-love {
display:none;
}
Can you tell me the best way to left align the read more link? https://corporate.ignite.co/media/
Comments
Hi,
Please, use the following CSS code:
Thanks