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
Hi,
The code you provided hides the read more link:
We want to just move the read more aligned to the left:
Sorry, my bad. Please, use the following CSS code instead:
Thanks