I have some problems center aligning the Read More button. How can I center align the read more button?
.moretag {
color: #404040 !important;
}
.moretag:hover {
color: #fa5742 !important;
}
I have some problems center aligning the Read More button. How can I center align the read more button?
.moretag {
color: #404040 !important;
}
.moretag:hover {
color: #fa5742 !important;
}
You must be logged in to post a comment.
This should do it. You should also post your code instead of links.
also since you’re using an image for the button. You should crop the image closer to the button so it can be truly centered.