Looks to me like a z-index issue - have seen this before where a ghost of a
layer (non visible) is actually covering content - most likely caused by
the ads your showing or even the iframe. Try giving your content a higher z
value and double checking that the boundaries of your other content are not
overlapping your page content. BTW - if I see mackeeper advertised on a
page it is a big no no to me as it is essentially malware
On 5 May 2013 22:08, DeltaDave email@hidden wrote:
I think this is a case where you need the Clearfix action on the Div
id=“MainContainer”
Alternatively change it from overflow:visible to overflow:hidden
Thanks for your responses! I have already applied the clearfix action on my site folder so should be applied to every page and item if I understand the action correctly.
I will try to play with the overflow on the MainContainer and will also try to play with the z-index and let you know.
@Glynster. The ads are Google ads and I don’t have much influence on the content. Probably once the website is on a live server, the ads will be more appropriate.
I think it’s indeed by a missing clearfix of the #MainContainer so maybe apply the action to the page and not the folder (just a guess) or even apply it with the item-action to the #MainContainer.
A negative z-index for the #DisqusContainer or a z-index higher 1 for the #MainContainer fixes this as well btw.