Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1060346
    bak
    Participant

    Hi

    I have text which is left aligned on mobile. how can i make it center aligned on mobile?

    #1060348
    bak
    Participant
    This reply has been marked as private.
    #1060548
    Rad
    Moderator

    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!

  • <script> jQuery(function($){ $("#no-reply-1060346 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>