• Resolved lepung

    (@lepung)


    i have problem to center the loggo?
    https://www.warodell.com
    the loggo is hight 243 widht 900

    i use manifest theme and have change in style.css under the header
    /* Headers */

    h1, h1 a{
    background: url(“images/header.jpg”) no-repeat scroll 0 0 transparent;
    float: center;
    height: 243px;
    text-indent: -9999px;
    margin: 0;
    width: 900px;
    display: block;
    }
    /*h1 a:link,
    h1 a:visited{
    color: #000;
    }
    h1 a:hover,
    h1 a:active{
    color: #000;
    text-decoration: underline;
    }*/

Viewing 5 replies - 1 through 5 (of 5 total)
  • jrav001

    (@jrav001)

    Your #siteWrapper has a width of 628px and your header image is 650px wide.

    You can either reduce the size of the image, or, in your style.css near line 94, add the following to h1, h1 a:

    display: block;
    left: -6px;

    So it will look like this:

    h1, h1 a {
    background: url("images/header.jpg") no-repeat scroll 0 0 transparent;
    margin: 0;
    position: relative;
    text-indent: -9999px;
    width: 650px;
    height: 176px;
    display: block;
    left: -6px;
    }

    Thread Starter lepung

    (@lepung)

    thanks alot I really appreciate your help. If you dont mind i like to ask another question is it possible to change the order in menu, because right know there are in alphabetically order. Soo i have to but numbers to have them in right order but i dont like to have numbers.

    smileyhcoder

    (@smileyhcoder)

    In the admin section, under pages there is an option to set page order.

    Thread Starter lepung

    (@lepung)

    i can′t find it?
    under pages i only have new pages edit or trash.

    Thread Starter lepung

    (@lepung)

    problem solved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘i have problem to center the loggo?’ is closed to new replies.