Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #907854
    bak
    Participant

    Hi there

    I have buttons in two columns next to each other. In mobile view they do not stack on top of each other correctly. can you check why?

    thanks

    #907856
    bak
    Participant
    This reply has been marked as private.
    #907969
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    @media (max-width: 767px){
    	.page-id-963 a.x-btn.x-btn-large {
    	    max-width: 90% !important;
    	    margin: 0 auto;
    	    display: block;
    	}
    }

    Hope it helps 🙂

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