Hi,
Im trying to align text in a column in mobile differently to desktop. Ive followed this thread How do i change the alignment of my button from desktop to mobile but still cant get my column to change.
The page is https://staging7.shapecast.com/strategyworks/strategyworks-features-dm/
The column is has the css id of benscol on this page. Ive switched off caching and I can see the id in dev tools but it just change with the following css applied
@media(max-width:767px) {
.benscol {
color: red;
text-align : center;
}
}
Help appreciated.