Centering excerpts and shrinking buttons
-
Hi there! I’d love some help with two bits of code. 1. I’d like the post excerpts to be centered, and 2. I’d like the grey ‘read more’ buttons to be smaller. Could someone help me design that code? Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following to your custom CSS and see what you think.
.blog .entry-summary { text-align: center; } .blog .entry-summary a.more-link { max-width: 200px; margin-left: auto; margin-right: auto; } -
-
- The topic ‘Centering excerpts and shrinking buttons’ is closed to new replies.