White Space Issue/ Icon Stack

This isuue is unresolved. Can someone please assist me?

Hi @fantasy_5,

Thank you for writing in, please add the CSS code provided by Paul on that thread. Then clear your optimizer and caching plugins.

That issue seems to be caused by a Skype script.

Hope it helps,
Cheers!

Hi, Friech!

So I tried this link in the custom CSS area in theme options as instructed, but it doesn’t seem to do the trick.

Blockquote

iframe[src^=“https://swc.cdn.skype.com/v/0.93.28/services.html?ver=0.93.28&platform=undefined&env=prod#www.keianienterprises.com”] {
display:none;
}

However, this link seems to remove the white space if I remove it, but it also removes the chat bubble which I do not want. How can I customize it for the CSS so the white space doesn’t appear? The chat option has been on my website for some time and I haven’t experienced this problem before so I’m not sure why. This is where the code comes from https://dev.skype.com/webcontrol

Blockquote

Hi @fantasy_5,

Try adding this to Theme Options > CSS instead

iframe[allow*="microphone"] {
	display: none !important;
}

After you add that, make sure to Purge All your CloudFlare cache directly on your CloudFlare dashboard.

CloudFlare - How do I purge my cache?

And your Optimizer plugin too, please clear it, and your browser’s cache.

Hope it helps,
Cheers!

1 Like

Hi, Friech!

This code did the trick. You’re one smart cookie. Thank you! :smile:

We are delighted to assist you with this.

Cheers!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.