Nakoko
Basically what the title says! How? I'm so lost..I tried searching in this guild for the code, but my eyes started hurting. I even tried searching on TekTek for a HINT of coding I could use. I want to be able to move my Multimedia higher, my Sidebar to the right...All of those things...
Please help?
Desperateness here... {position: relative; top: __px; left: __px;}
That moves the element relative to its current position. A higher number of pixels for top moves the element down, while a
negative number should move it up. Same goes for LEFT: #>0 moves right, #<0 moves left. Finding the actual numbers is a bit of trial and error. While moving my "Journal" section to the left I used a paint program to measure how far I needed to go, so that may work for you.
Also remember that if you're moving your multimedia up, you need to move something else down to keep everything from overlapping.