Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Innovation theme: change
#2
This is not exactly how you want it, but may suit your needs.
Edit style.css file,
line 62 or so:
Code:
/* HEADER: logo */
header #logo {
    position:absolute;
    top:20px;
Change the 20px value to 10px

Also, and around line 81:
Code:
/* HEADER: navigation */
header nav {
    position:absolute;
    top:30px;
Change 30px to 50px

Try your own values... These are the ones I've used to prevent overlapping header and navigation (when site title is long and/or there are many menu links). Tested only with IE8 and FF5.

PS If you prefer the navigation above the site name, just change those values to e.g. first one -> top:40px, second -> top:10px.
Reply


Messages In This Thread
Innovation theme: change - by ugezi - 2011-08-12, 18:41:36
Innovation theme: change - by Carlos - 2011-08-13, 00:33:01
Innovation theme: change - by ugezi - 2011-08-13, 02:09:59



Users browsing this thread: 1 Guest(s)