Tagged: cornerstone Author Posts October 14, 2016 at 4:36 am #1215941 -coreParticipant Hi, i need some help in making the buttons on my page responsive. It is fine when viewed on Desktop, but when in mobile, the buttons are off-centre and cut off. How can i make the button look the same when on Desktop and Mobile? Thanks! October 14, 2016 at 4:36 am #1215942 -coreParticipant This reply has been marked as private. October 14, 2016 at 6:47 am #1216030 Paul RModerator Hi, Thanks for writing in! You can add this under Custom > Edit Global CSS in the Customizer. @media (max-width: 767px) { .page-id-72 .entry-content .x-btn width:auto; } } Hope that helps. October 14, 2016 at 7:23 am #1216061 -coreParticipant Hi Paul, thanks for the reply. However, that does not work and the buttons are still the same. October 14, 2016 at 9:57 am #1216221 JoaoModerator Hi There, Please add the following code to Appereance > Customizer Custom CSS @media (max-width: 700px) { .x-btn.x-btn-transparent, .x-btn.x-btn-transparent:hover { font-size: 17px; max-width: 350px; } } Hope it helps Joao October 19, 2016 at 1:07 am #1221876 -coreParticipant Hi Joao, that works perfectly! Thanks so much! October 19, 2016 at 2:46 am #1221947 FriechModerator You’re more than welcome, glad we could help. Cheers! Author Posts