Hi, how can I move this icon to be a bit higher so it won’t overlap the sumo social icons at the bottom?
Hi DROR,
Thanks for giving us the screenshot and the link to the site.
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:479px) {
#wh-widget-send-button.wh-widget-right {
bottom: 50px !important;
}
}
Hope it helps :)
Best regards,
Nikko
Thanks Nikko, it’s working on all pages except the homepage. Why is that?
Hi DROR,
I have checked it and it’s working properly on my end.
Can you try to clear the browser cache? it might help.
If that still doesn’t help, try adding this css code:
@media only screen and (max-width:479px) {
.responsive #top #wh-widget-send-button.wh-widget-right {
bottom: 40px !important;
}
}
Hope this works.
Best regards,
Nikko