Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Heng CHeong Kum Friend
    #144111

    I have attach a file here to highlight my issue.

    In the JA Lead, originally the menu is beside the logo.
    I manage to drop the menu below the logo so I can use a bigger logo.
    However I can’t find (don’t know) how to extend the width of the menu bar so it align properly.

    Urgent here, I hope someone is kind enough to explain and highlight to me where I should mod.

    Regards,
    Jeremy


    1. ja-lead-01
    prakash Friend
    #317047

    Hi…

    I had solved this problem in an earler post…

    please click this link

    mlardeux Friend
    #317170

    Hello,

    The code for the logo interess me,

    How can i put the logo on the top (you show that in your picture example

    excuse for my english i’m french

    Heng CHeong Kum Friend
    #317191

    mlardeux;144377Hello,

    The code for the logo interess me,

    How can i put the logo on the top (you show that in your picture example

    excuse for my english i’m french

    goto templates/ja_leads/css folder
    open up the template.css file with your editor
    Find the following original code some line 800+
    h1.logo a {
    background: url(../images/logo.png) no-repeat top left;
    display: block;
    height: 59px;
    width: 163px;
    }

    h1.logo a span {
    position: absolute;
    top: -1000px;I amended for my own use:
    h1.logo a {
    background: url(../images/logo.png) no-repeat top left;
    display: inline-block;
    margin-top: 10px;
    height: 60px;
    width: 330px;
    }

    h1.logo a span {
    position: relative;
    top: -1000px;If wrong pls let me know, cause I mod a lot of things in this css file.

    mlardeux Friend
    #318275

    That ok , thank you, filnaly i have the solution myself

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

This topic contains 5 replies, has 3 voices, and was last updated by  mlardeux 15 years, 1 month ago.

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