Hi, I do not see the button on your site but it sounds like it’s a CSS conflict…
Its not on the home page, its on my posts….
for example:
http://www.truenaturewellness.com.au/mental-health/nlp-and-fertility/
Thanks,
Pete
OK, thanks for a direct link. I browsed some pages but saw now Skype buttons there.
The problem is a conflict with your themes stylesheet where there is the rule
.entry-content img, .entry-content iframe {
display: block;
}
Not sure what it serves but if you either remove .entry-content img, from there or replace block with inline-block then the Skype button images will be diplayed like normal.
I’ve confront exactly the same problem, It took me 2days, but do not know how to fix
I don’t know where the `.entry-content img, .entry-content iframe {
display: block;
}` can be found from my console
The link http://www.truenaturewellness.com.au/mental-health/nlp-and-fertility/ provided previously can show the problem unsolved.
Hi Alanma,
The rule
.entry-content img,
.entry-content iframe {
display: block;
}
is part of the themes stylesheet of the original poster. Are you using the same Minamaze theme?
Ok,Finally get it down, I am using a different theme GoodSpace. It took me sometime to find the code.
Thanks a lot for your instruction.