GetSimple Support Forum
Innovation theme: change - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Themes (http://get-simple.info/forums/forumdisplay.php?fid=10)
+--- Thread: Innovation theme: change (/showthread.php?tid=2062)



Innovation theme: change - ugezi - 2011-08-12

hello,
I'm sorry for my bad English, I would put the navigation bar under the site title in the THEME innovation.
How do I do?

http://imageshack.us/photo/my-images/11/sansre2nw.jpg/

replaced by

http://imageshack.us/photo/my-images/825/sansre4m.jpg/

thank you for your help


Innovation theme: change - Carlos - 2011-08-13

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.


Innovation theme: change - ugezi - 2011-08-13

thank you very much for your help, it works fine ....