Before you ask please READ THIS

Custom Logo Image Left Justified

edited February 2013 in Skyfashion Posts: 16
I would like to have my logo image left justified as it is currently centered on Home Page. Any help would be greatly appreciated.

Comments

  • Hi,
    You need to delete 125 line from layout.css in the common/css/skeleton folder.
    It is like this:

    div#logo img {
    border: 0 none !important;
    display: block;
    margin: 0 auto;
    }
    and should be like this:

    div#logo img {
    border: 0 none !important;
    display: block;
    }
    Best,
    Miłosz
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion