Site content NOT CLICKABLE.
-
The only thing you can click is the buttons at the top (Navigation). The content in the pages is not clickable, its like its just a picture. I checked through the CSS as I have CSS upgrade and still do not see anything wrong with it. The site is using custom modified Digg 3 column.
Blog url: http://thelighttroops.wordpress.com/The blog I need help with is: (visible only to logged in users)
-
Hi there,
I have flagged this thread so it’s moved to the CSS Forum where you can get the help you need. -
The problem is caused by the padding and height of the header you added using custom CSS. To see what is overlapping, try previewing this from your Appearance → Custom Design → CSS editor:
#header-box { border: 3px dotted red; } #header-box #pagetitle { border: 3px dotted green; }To fix the problem (based on your current CSS edits), add a rule to make the header-box and pagetitle areas the same height as your header image (396px) and save changes:
#header-box, #header-box #pagetitle { height: 396px; }
- The topic ‘Site content NOT CLICKABLE.’ is closed to new replies.