Home › Forums › Support › Reverse column in mobile version This topic has 3 replies, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 26, 2019 at 8:38 am #1019791 Matias Hello, hope you can help me with this issue. I’m working on a website and in mobile version there is a section I want to reverse the column order. The corresponding div already has a mobile-column-reverse class, but seems that it’s not working. How can I apply thi change? Thanks, Matias Rodriguez September 26, 2019 at 8:46 am #1019796 DavidStaff Customer Support Hi there, looks like you’re missing the CSS that would have been imported with the Site – which would have been in the Customizer > Additional CSS. You can add it back in: @media (max-width: 768px) { .mobile-column-reverse { flex-direction: column-reverse; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 26, 2019 at 8:49 am #1019797 Matias Thanks for your help. Already applied and it worked. September 26, 2019 at 9:08 am #1019806 DavidStaff Customer Support Glad to be of help Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In