Archived topic
Full-width button in blog view
3 replies · Started by Adrian on November 16, 2018
Viewing posts 1–4 of 4
Hi team,
In the blog view I would like the "Read more" button to be of full width, located directly under the article excerpt. I tried with display:block but the button will always overlap the image. How can I get the button to have full width and be arranged correctly?
Thank you!
Adrian
Hi there,
try this CSS:
a.read-more {
width: 100%;
box-sizing: border-box;
text-align: center;
}
Thank you David!
You're welcome
This archived topic is closed to new replies.