Fix Footer Links not working with Whatschat Widget

|

Whatschat.co offer a handy widget for adding a WhatsApp click to call button to the bottom right of your web pages. However, you might find that your Divi Theme's footer links stop working after installing it. Here's how to fix that.

The problem is that the whatschat widget adds a 300px wide transparent iframe in the corner of the page. This iframe covers a portion of the Divi footer, blocking users from clicking on the links in that part of the footer (e.g. the social icons).

As far as I can tell, the widget never actually uses the full 300px area it allocates for itself. So to get the footer links working again, we can just decrease the size of the widget's iframe, using the following CSS:

#wh-widget-send-button-iframe {
   max-width: 75px;
}

This post may contain referral links which may earn a commission for this site

Divi Booster

Hundreds of new features for Divi
in one easy-to-use plugin

0 Comments

Submit a Comment

Comments are manually moderated and approved at the time they are answered. A preview is shown while pending but may disappear if your are cookies cleared - don't worry though, the comment is still in the queue.

Your email address will not be published. Required fields are marked *.