Hi, So, I have a client who likes the look of left align text on the desktop, but wants it centered on portrait devices, I have added the custom class “align-element” to the columns I want this to happen to, and the css: “@media screen and (max-width: 979px) {
.align-element {
text-align: center;
}
}”
but it doesn’t seam to work on all of them, ie the 1st heading, the testimonials etc.
Please help.