GKOVERLAY IMAGE 1.png
PROBLEM 1: GK OVERLAY POST IMAGES AND :FIRSTCHILD USAGE IN MAINBODY
Piotr, Thanks for your reply. I have now had the chance to test the code you recommended and discovered that there seems to be a number of issues concerning the proper rendering of the page by GK Overlay used in the MainBody. Note that the 'FirstChild' function is NOT working as you will notice from the attached screengrab showing what happens when GKOverlay is used n Mainbody, namely, the 'Reviews' banner intended for the FirstChild only 'is repeated although it should only appear once like the GK Products Gallery does correctly (SEE GKOVERLAY IMAGE 1). Here is the code I used in 'template.css' to actually get the CSS to display the 5 POST images in the Mainbodty: /* -------------------------------------------------------------------------------------------------------- */
/* Sstatement to fix display of title_overlay Post pics in MainBody part of the page */
/* Displaying only one item per line instead of 5 desired items per line */
#gk-mainbody div.widget_gk_title_overlay {
float: left;
width: 20%;
}
/* -------------------------------------------------------------------------------------------------------- */
PROBLEM 2
ALSO: If I try and use ' GK Products Gallery' in 'MainBody-Top' it DOES NOT RENDER/DISPLAY PROPErLY either. See Image: 'GK Products Gallery.jpg'. The Product Gallery images display as miniature pictures.
GKOVERLAY IMAGE 1.png