Hi Alex/Mati,
I have got an issue with the like/send not conforming to the size of their parent divs as well as a z-index issue where the modules (using both regular mods and JFBC tags) the pop-up send message is under my main menu and also disappears under the right-hand side of my template in another place.
Following one of alex's older post, I've added the following to my template.css (rocketthem iridium template) however neither versions of my code work:
// Version 1
/* FBC */
#jfbcrequest {z-index: 100} // not sure if 'jfbcrequest' is correct class
#jfbclike {z-index: 50}
#jfbccomments {z-index: 100}
// Version 2
/* FBC */
.jfbcrequest {z-index: 100} // not sure if 'jfbcrequest' is correct class
.jfbclike {z-index: 50}
.jfbccomments {z-index: 100}
Please could you take a look at this for me? Also, have you had a chance to look at my other post,
HOW DO I TRIGGER AN OPENGRAPH ACTION?
?
Many thanks,
Gez