Heya. Love your 2 themes. with your new one, can you help me with the code. to place the links on the right side? Also with the sidebar image, i could not locate how to link from this image? Cheers
Hello. I’m glad you like my themes.
To move the link to the right side, you’ll need to pay close attention. Several lines of code need to be changed.
First, under #left, find left: 0;
Erase left, and write right in its place.
find bottom: 0;
replace 0 with 20px
find width: 30px;
replace it with width:24px;
Next
Under #left li:hover
Erase all the content within the brackets and replace them with
width: 300px;
margin-left: -270px;
and
Under #left ul
remove the first three lines. [border-left-color: …, border-left-style: …, border-left-width:…]
lastly
in #left li
add right before the closing bracket: padding-right: 5px;
And that should be it. I didn’t position it left for quit a few reasons, but tell me how it goes for you.
EDIT: I was SO focused on the first question that I didn't remember to answer your second one. Sorry about that.
Visit line 841, or somewhere around there. You should come across this:
replace the / with whatever link you want to link to.










