Smaller on mobile?
-
Can anyone help me with the CSS that would be needed to make the buttons a little skinnier/smaller on mobile? I added this code to stick them out of the way at that bottom of the screen:
@media only screen and (max-width: 868px) {
#ssb-container {
top: auto;
bottom: 0%!important;
}
}But i’d like to make them a little thinner so they don’t cover up too much content. Any ideas?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Smaller on mobile?’ is closed to new replies.