- This topic has 2 replies, 2 voices, and was last updated 4 years, 4 months ago by .
-
Topic
-
I’m finding the buttons in Impeka don’t quite reduce enough for mobile, and they don’t wrap the text either, so I’m adding the following to a lot of the sites I’m building.
/* Smaller Buttons */
@media only screen and (max-width: 767px) {
#grve-theme-wrapper .grve-btn {
font-size: 14px !important;
}
}It’s more of an issue when the button has a longer amount of text.
Is there a way to make the button text wrap rather than reduce?
Thanks
Dan
- You must be logged in to reply to this topic.




