Thursday, April 30, 2015

How To Move Out the image Logo and The Title Logo Away from Header?

To move out the Logo image and fond logo is to go to this folder;

/home/thefor22/public_html/templates/beez3/css/position.css

In the image below input the following value;

#logo {
    margin-top: 0;
    margin-left: -500px;
    display: block;
    padding: 1em 0 0 0;
    width: 0;
    font-weight: normal;
    line-height: 1em;

No comments:

Post a Comment