In my K2 items, when i try to share it the dialogue box is cutted off... then don't allow me to do it
Please somebody help me !
.fb_iframe_widget iframe {
max-width: none !important;
}
normanUK wrote:Can you add following css code which should fix this cut off. You can add it in template settings > advanced settings > custom css.
- Code: Select all
.fb_iframe_widget iframe {
max-width: none !important;
}
Let me know if you need further help.