logo isnt aligned within the left column

Latest Reply from rayfong12345 at 2015-07-22 10:49:55 Solution
I am really unfamiliar with code x.x

I am trying to upload my Logo onto the blog but I can't seem to get the logo aligned within the left column.

The site is feedingthefiya.com

Any help would be greatly appreciated! Thank You!!
Hi!

To adjust your logo position you need to replace the code:
#logo {
position:absolute;
top:13px;
}

with:
#logo {
position:absolute;
top:13px;
left: 68px;
}

in the style.css file.
Thank You soooo Much!!

Leave a reply

Add codeAdd image