PurpleFox Posted July 6 Posted July 6 Hello!, anybody knows how to use differents Tag cloud blocks padding on mobile and desktop ? Thanks to this forum I already use this code to add 30px padding and same size for all tags : .tagcloud-block li { padding : 30px; font-size: 18px !important; } But this padding is to big for mobile view, any help to reduce it only on mobile ? Maybe with some "min-width" somewhere ? Thanks !
Solution DavidStewart Posted July 6 Solution Posted July 6 Please use this css to control the padding for mobile device : I have made it 5px. you can make it 0 if you don't need any small amount of padding. @media (max-width: 540px) { .tagcloud-block li { padding : 5px; } }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment