Align text “center” only on mobile
I would like to have the sections of text on my page centered when viewed on mobile. I used the following code in custom CSS but it isn’t working: @media all and(max-width:767px) { .page-id-445 #panel-448-1-1-0 { text-align: center; } }…