I am wondering how to center the text, header, and button for the image with text on the brooklyn theme. I figured out how to center the text but I can't find out how to do the same thing to the header and the button below it.
Solved! Go to the solution
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.feature-row__item h2.h3 {
text-align: center;
}
.feature-row__item a.btn{
display: block;
text-align: center;
}
Hope this helps.
Thanks!
User | Count |
---|---|
715 | |
142 | |
103 | |
64 | |
37 |