AudeyTheConductor Posted January 25, 2022 Posted January 25, 2022 Site URL: https://newconductorsorch.squarespace.com/ Site URL: https://newconductorsorch.squarespace.com/ PW: newconductors Hi Everyone! I am trying to center my list item buttons for my mobile view. I have tried this code but it doesn't work: .list-item-content__button {text-align:center!important} Any ideas?
Solution tuanphan Posted January 26, 2022 Solution Posted January 26, 2022 Add this CSS @media screen and (max-width:767px) { .list-item-content__button-container { text-align: center !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment