Latest Reply from brittany blaylock at 2014-03-04 18:28:53 Solution
I would like to know how to move my logo to the left so it is not hanging down in the slideshow.
Hi!
Could you clarify the issue?
the logo position is currently absolute; I would like to move it further to the left hand side of the home page so when I make it bigger it doesn't interfere with the slideshow. You can see what I'm talking about @ bluemerleaussies.com where I have the theme currently installed
Hi!
You can add the following code:
#logo {
position:absolute;
margin-left: -140px;
}

instead of:
#logo {
position:absolute;
}

in the file style.css. In the same way you can move the logo by yourself.
that worked great thanks

Leave a reply

Add codeAdd image