Hi!
I checked your demo pages. it has same problem. when i click facebook button at the K2 item page, it looks wrong please look at the pictures:
first one from your demo page.
and second one from my website
.itemSocialSharing {
overflow: visible;
}
.fb_iframe_widget iframe {
max-width: 1024px !important;
}
teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
.itemSocialSharing {
overflow: visible;
}
.fb_iframe_widget iframe {
max-width: 1024px !important;
}
#gkPageContent {
overflow: visible;
}