Two columns of text on mobile

Hi!
I am editing this site: http://new.stephaniemintz.com/ On the front page there is a sction called therapy needs.
And I need the section therapy needs and the two columns with the classic icon list to be aligned next to each other on mobile. I tried adding this to the custom CSS with no luck:

@media (max-width: 975px){
#therapyneeds .x-column {
float: left !important;
width: 50%!important;
margin-right: 0 !important;
}
}

What can I do here to have them sit next to each other on mobile?

Hi Anne,

The code you have added should work. You just need to remove the hash sign in the id that you set to the section.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.