Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pimmar Friend
    #142257

    Hi

    I wish to have the top colum and the logo within to be larger

    at present the logo is 408 x 28 pixels, how can I create space
    say twice as large, 50 pixels high (and wider) within that space ? 😮

    prakash Friend
    #309137

    Hi…

    in the template folder…> templates>jatopaz>css
    there is a file template.css
    find this line…
    /* HEADER
    ——————————————————— */

    after that you can increase size of the header part

    #ja-header .inner {
    background: #FFFFFF;
    height: 60px; > you can change the height at this line…
    padding: 0 15px;
    position: relative;
    }

    then for increasing logo size…
    h1.logo a {
    background: url(../images/logo.gif) no-repeat center;
    display: block;
    height: 32px;
    width: 408px;
    }

    change the height /width to what ever u want…

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  prakash 15 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum