• Jaime

    (@wilfredo1234)


    I just realized that there is a conflict ccs
    Causing the whatsapp button to be displayed on computers smaller than 1024px

    Should 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.]

    • This topic was modified 7 years, 5 months ago by bdbrown.
    • This topic was modified 7 years, 5 months ago by bdbrown.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Conflict ccs’ is closed to new replies.