Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1062974
    bak
    Participant

    Hi there

    How can I have all buttons in section 3 and 5 centered and in the same width in mobile view?

    #1062975
    bak
    Participant
    This reply has been marked as private.
    #1063064
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    @media (max-width: 767px) {
    .page-id-5174 .x-column {
       text-align:center;
    }
    
    .page-id-5174 .x-btn {
       min-width:230px;
    }
    }
    

    Hope that helps.

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