Skip to content

How can I center feature row, while keeping them side by side? #4967

Closed Answered by ryan-p-randall
Andre601 asked this question in Q&A
Discussion options

You must be logged in to vote

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:

.feature__item .archive__item-body {
text-align: center;
}

Hopefully that helps?

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@ryan-p-randall
Comment options

@Andre601
Comment options

@ryan-p-randall
Comment options

Answer selected by Andre601
@Andre601
Comment options

@Andre601
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants