So i am working on the twenty eleven template. Yes this is the child theme not the original. I wanted the header text to be on top of the header image and the search box then to align up or be on the nav bar. So i tried the following trick and it worked; here is the code, yes the comment line i purposely didn't print here
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
The problem however it seems to be when ever i hover now over a dropdown menu, I can't click the sub-menu options the dropdown menu appears but as I try to click any of them the dropdown immediately disappears. To see what i mean go here:
http://newsite.sidmun.com/ Hover over the text Community and try to click a sub-menu..
I think I've isolated the problem down from the above code to this part:
/* Colours the search form and keeps it on top */
#searchform {background-color: #ddd; z-index: +10;}
#main {top: -185px; position: relative; z-index: +20;}
But its a important part I need or the search bar for whatever reason goes missing out of the site..
Next problem is the Post template issue
But i highly think its related to the CSS problem above.
See on: http://newsite.sidmun.com/2011/09/02/hello-world/ The Posted on September 21st, date is in the top corner left while the content is in middle center? yea.. thats the problem, in admin mode The edit button is right below that date. And no I didn't edit page.php or index.php template files from the original, I imported them by putting twentyeleven as the template name in style comment.
Anyhelp would be deeply appreciated.