Unable to change Hustle PopUp Padding on Mobile Device
-
Hi – I am trying to change the padding for this pop up on mobile devices so that it isn’t as narrow and long, also so the words don’t get broken up over multiple lines… But anything I try doesn’t seem to effect the styling when viewed on a mobile device….
I have tried adding the below code but this doesnt seem to do anything either?
@media screen and (max-width:782px) {
.hustle-ui.hustle-popup {
padding: 0 !important;
margin: 0!important;
}Thanks!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Unable to change Hustle PopUp Padding on Mobile Device’ is closed to new replies.