Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • dieudonne Friend
    #166290

    Hello,

    is it possible to place the logo below the headline and search positions ?

    see screenshots :
    logo-1.jpg: the logo in the current position.
    logo-2.jpg: the logo bigger, which is below the headline and search positions.

    How can do that ?

    Thank in advance.


    1. logo-1
    2. logo-2
    khoand Friend
    #401159

    Hi,
    Could you give me a link to your page as you said?

    dieudonne Friend
    #401167

    Yes of course.
    I just opened a ticket (CRW-991-60575) with all the information.

    But of course, actually, it doesn’t work and look like the screenshot in this post.
    And I want to disable to roll-over too. Is there a simply way to do that ?

    Thank in advance.
    (the logo’s size is actually 943px / 129px)


    1. 2011-07-14-15h32_38
    dieudonne Friend
    #401261

    Do you see the access in the ticket ?

    khoand Friend
    #401391

    You replace this code from /templates/ja_teline_iv/css/template.css


    h1.logo a:hover, h1.logo a:focus {
    background-position: left bottom;
    }

    with

    h1.logo a:hover, h1.logo a:focus {
    background-position: left top;
    }

    dieudonne Friend
    #401789

    Thanks,

    your answer is to stop the roll-over. Thank. It working fine.

    But for my first and main question : “is it possible to place the logo below the headline and search positions ?”
    Do you have a idea (maybe with a z-index) ??

    Thank in advance.

    Sherlock Friend
    #402043

    hi dieudonne,

    i took a look at your site and saw that the logo is below the search position already !

    dieudonne Friend
    #402059

    Hello,

    below is not the exact word, I meant behind.
    See the 2 screenshots on the first post of this thread.

    khoand Friend
    #402357

    You find this code from /templates/ja_teline_iv/css/template.css


    h1.logo {
    height: 129px;
    margin-top: 40px; < remove this line
    width: 943px;
    margin-left: 100px; < add this line
    }

    Phill Moderator
    #402381

    I think Khonad’s suggestion is good but I would not add the magin-left: 100px; as I think that moved the logo too far right.

    I would also change template.css line 1560 from


    #ja-search form.search {
    background: url("../images/icons/search.png") no-repeat scroll 10px center transparent;
    display: block;
    padding-left: 35px;

    }

    to


    #ja-search form.search {
    background: url("../images/icons/search.png") no-repeat scroll 10px center white;
    display: block;
    padding-left: 35px;

    }

    Otherwise the search box will look a bit of a mess.

    The same could be said for the headline scroller.

    dieudonne Friend
    #402843

    <em>@khoand 254744 wrote:</em><blockquote>You find this code from /templates/ja_teline_iv/css/template.css


    h1.logo {
    height: 129px;
    margin-top: 40px; < remove this line
    width: 943px;
    margin-left: 100px; < add this line
    }

    </blockquote>

    Thank you, that’s exactly what I wanted.

    But, what do you want add this line : margin-left: 100px;
    With this, the logo is too much on the right (see screenshot).
    It’s working fine wihout this line…


    1. 2011-07-25-08h59_56
    Phill Moderator
    #403071

    I think Khoand was unsure of the positioning you wanted with regards to the logo so put that line in so you could see how to move it if needed.

    dieudonne Friend
    #403105

    Ok this is what I thought.
    Thank for your help.

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

This topic contains 13 replies, has 4 voices, and was last updated by  dieudonne 13 years, 4 months ago.

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