Conflict ccs
-
I just realized that there is a conflict ccs
Causing the whatsapp button to be displayed on computers smaller than 1024pxShould show only 768px
@media only screen and (min-device-width:768px) and (max-device-width:1024px){ .wpusb .wpusb-whatsapp,.wpusb .wpusb-viber{display: inline-block;} }
I have solved by adding this code but it is not the concrete solution please delete the code in the following update
@media only screen and (min-device-width:768px) and (max-device-width:1024px){ .wpusb .wpusb-whatsapp,.wpusb .wpusb-viber{display:none;} }
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Conflict ccs’ is closed to new replies.