Tagged: x Author Posts June 26, 2016 at 3:01 pm #1060346 bakParticipant Hi I have text which is left aligned on mobile. how can i make it center aligned on mobile? June 26, 2016 at 3:02 pm #1060348 bakParticipant This reply has been marked as private. June 26, 2016 at 7:27 pm #1060548 RadModerator Hi there, Thanks for writing in. Remove the padding you added on the column, then center it. A column has that option that you could add. Or, simply add this CSS to customizer’s custom CSS @media ( max-width: 767px ) { .x-column.center-with-no-padding { padding: 0px !important; text-align: center !important; } } Then add center-with-no-padding to your column’s class input field. Cheers! Author Posts <script> jQuery(function($){ $("#no-reply-1060346 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In