I am having a difficult time fixing a few things on the mobile version of my site and am hoping you can help me.
The button in my top header doesn't really look right- is there a way to make the mobile version of the button slightly smaller with the font centered?
Hi -
I am having a difficult time fixing a few things on the mobile version of my site and am hoping you can help me.
Hi vaughanmatt,
1. Add this CSS to Custom CSS:
.top-header-bar .btn.btn-primary { text-align: center; padding: 10px; margin: 0; }2. Add this CSS to Custom CSS:
.footer-widgets { text-align: center; }If you don't know how to add custom CSS, follow this guide in theme documentation.
Best regards,
Laborator Team