Hi,
You need to keep the z-index CSS property of the header higher than that of Facebook like button. We would be able to post the exact CSS here if your website were online.
Thread Starter
bene25
(@bene25)
Thanks, and how I can change z-index of of the facebook like button?
You can add following CSS in the Custom CSS option at Super Socializer > General Options page in admin:
li.the_champ_facebook_like{
z-index: 100 !important;
}
Thread Starter
bene25
(@bene25)
Doesn’t help.
I have tried set it to 1, 10, 100, 1000 and nothing changes.
Here I added your code.
View post on imgur.com
Then change the z-index of the header.
Thread Starter
bene25
(@bene25)
And why google like button works well? I try to change theme less, because it could affect all site.
Facebook Like and recommend buttons need special treatment to keep the popup visible that appears after clicking these.
It takes a few seconds to undo the CSS change.
Thread Starter
bene25
(@bene25)
Hello. You could see exact problem on page viveska911.com.ua/razmesheniye-reklamu-obyekty-blagoustroystva/
If you scroll to bottom, you will see facebook like button that covers header.
How can I fix this?
-
This reply was modified 7 years, 10 months ago by
bene25.
You need to change following CSS in http://viveska911.com.ua/wp-content/themes/flash/style.css file:
.header-sticky .is-sticky #masthead {
z-index: 99 !important;
}
to:
.header-sticky .is-sticky #masthead {
z-index: 2000 !important;
}