Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • stylez4men Friend
    #151068

    If wanted to have a logo stretch across the header of the website how can I do it, my attempts seem to bring me only 1/4 of the way pass the search bar. Is the login module what’s keeping it from reaching the end? I’ve attached an image of what I’m trying to do


    1. 5-14-2010-7-35-21-AM
    Anonymous Moderator
    #343616

    Hi
    Please open templates/ja_nickel/css/template.css file, find following code section:

    h1.logo, h1.logo-text {
    font-size: 300%;
    left: 0;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15px;
    }

    and change to:

    h1.logo, h1.logo-text {
    font-size: 300%;
    left: 0;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top:18px;
    width:750px;
    height:80px;
    }

    Hope it helps

    stylez4men Friend
    #343620

    I tried with no success, I did however make the logo a little smaller so it could fit and not conflict with the login module.

    Sherlock Friend
    #343810

    Dear stylez4men,

    If possible please post your url here for further checkings .

    stylez4men Friend
    #343814

    It wasn’t a live site, I was doing this from my home pc. I am however satisified with the solution I used so you can close this thread, thanks.

    ramadji Friend
    #351106

    Hello,

    Has anybody found a solution to this question? I’m in a similar situation, trying to have a top logo/banner that occupies the entire width of the top page but I’ve not has any luck so far.

    As a side note, I think that it will be great if JA can provide templates that allow for an easy installation of a top banner/log.
    Thanks in advance for your feedback.

    Ram

    Saguaros Moderator
    #351639

    yes, pls kindly find more css in the template.css file:

    h1.logo a {
    background: url(../images/logo.png) no-repeat;
    display: block;
    height: 60px;
    width: 295px;
    }

    pls adjust width and height attributes in this block css

    Goodluck

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

This topic contains 7 replies, has 5 voices, and was last updated by  Saguaros 14 years, 1 month ago.

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