Okay
  Public Ticket #2419754
Overlapping buttons on mobile
Closed

Comments

  •  2
    Ashley started the conversation

    I have some buttons next to each other and it looks fine on all viewports on desktop, but on mobile they overlap. How do I stop them from overlapping on mobile? 

    Thank you!

    {"wp":{"use":false,"adminUrl":"http://www.ashleysoo.com/signalsciences/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  •  1,560
    Laborator replied

    Hi Ashley,

    Add this CSS to Custom CSS > Responsive > Extra Small (XS):

    .wp-block-buttons .wp-block-button a{
        display: block;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Ashley replied

    Thank you very much, Art!