How can I center feature row, while keeping them side by side? #4967
-
I would like to display feature rows centered on a site, but the issue with using I basically want the display it has for left, but with the full feature row itself being centered. |
Beta Was this translation helpful? Give feedback.
Answered by
ryan-p-randall
Oct 4, 2024
Replies: 1 comment 5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So is this what you have in mind?
In Firefox's Developer Tools, I added
text-align: center;
to the<div class="archive__item-body">
level to mock this up for you.So if you want that to happen in all your feature rows, I think you'd want to customize your site's CSS to read something like:
Hopefully that helps?