IzzybellaZombiegirl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Own Theme – why is navigation hidden?Thank you!
I tried it again and now it seems to work.I used the following:
#navi { position:absolute; z-index:1; top: 50%; left: 50%; margin:160px auto 0 -350px; height:422px; width: 160px;}But who knows… I already thought it works for like 3 times and then another error occurred.
I close this now – I hope that´s it! 🙂Forum: Fixing WordPress
In reply to: Own Theme – why is navigation hidden?Oh no!
The problem is, that I made the whole thing myself, but I am not experienced at all, so I feel a bit lost now. ;/I tried to change positions but it didn´t help – just made it worse.
I don´t get it, why everything is in place except the navi.
I thought I can use the background (blue box) as position:relative – element and the other things on top (logo, content, navi) as position: absolute;I mean it IS in place (vertical)! I just don´t get it why the navi is not behaving/moving like the other elements.
Forum: Fixing WordPress
In reply to: Own Theme – why is navigation hidden?Oh no!
I just have another problem again!
If i change that, its like in a fixed position, so it´s not moving like the other elements if you change the size of the window.
Had that before .. ;/Forum: Fixing WordPress
In reply to: Own Theme – why is navigation hidden?OMG thank you SO much – you saved my life!
I was trying to solve this for like 3 hours, but somewhen you get blind and not even the snowy weather outside could refresh my mind…
I already wondered why there had to be so much margin-top to see it in the right position *mysterious*Well often it´s just the simple things … 🙂
Thank you again!
Forum: Themes and Templates
In reply to: Hide Parts of Navigation – php Problemwohoooo – i made it! 😀
just a bit playing around…Forum: Themes and Templates
In reply to: Hide Parts of Navigation – php ProblemI already did, thanks.
But didn´t help, because I don´t know how to use it correctly! Just got errors.Forum: Themes and Templates
In reply to: Hide Parts of Navigation – php ProblemI made it myself.