kimmydesign
-
Posts
53 -
Joined
-
Last visited
Community Answers
-
kimmydesign's post in How to make button disappear at certain screen sizes was marked as the answer
Figured it out! I used this code:
@media only screen and (max-width: 1180px) {
#block-98a3bb1f056e54be9646 {
display: none;
}
}