Whatsapp icon not showing on mobile
-
Hello,
Recently I tried to change the location of where the whatsapp icon is displayed on the mobile view of my site through custom css within the plugin itself.
Now I changed some stuff and the Whatsapp icon on mobile view is not visible at all anymore, while on laptop view it is totally visible. How is this possible and how can I fix it?
This is all I’ve added:
.joinchat {
position: fixed; /* Ensures the element is anchored to the screen / bottom: 130px; / Moves it 130px up / right: 16px; / Moves it 16px to the right */
}/* Adjust for tablets (like iPads) / @media (max-width: 1024px) { .joinchat { bottom: 0px; / Move closer to the bottom for tablets / left: 0px; / Move towards the left for tablets / right: auto; / Override the right positioning */
}
}/* Adjust for mobile phones / @media (max-width: 768px) { .joinchat { bottom: 0px; / Move even closer to the bottom for mobile / left: 0px; / Move towards the left for mobile / right: auto; / Override the right positioning */
}
}Thank you very much,
erider123
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.