Apply CSS to mobile only
Hi, I want to apply this command: #Top_bar:not(.is-sticky) .menu_wrapper { margin-top: 50px !important; } to custom CSS but only for mobile, I would like the menu wrapper for desktops to remain the same and for this to only apply for mobile phones, how would I do this? Thank you
Comments