Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • ibertux Friend
    #186812

    Hello guys,

    we’ve been trying to put the logo before the menu but we couldn’t figure out how to do it.

    We want something like this:

    At the moment its like this:

    Thank you in advance for your help,

    Ibertux


    1. logo1
    2. logo2
    phong nam Friend
    #490182

    Hi ibertux,

    try this :

    Open <blockquote>templatesja_zitecsstemplate.css</blockquote> on your server. Then replace:

    h1.logo {
    float: none;
    height: 80px;
    margin: 0 auto;
    width: 92px;
    }

    with

    h1.logo {
    float: left;
    height: 80px;
    margin-bottom: -40px;
    padding-left: 40px;
    width: 92px;
    }

    and

    #ja-mainnav #ja-megamenu {
    float: left;
    position: relative;
    right: 50%
    }

    with

    #ja-mainnav #ja-megamenu {
    float: right;
    margin-left: -350px;
    position: static;
    right: 50%;
    }

    * Don’t forget to inform me your result. Maybe you need to fit the css values on your website because I’m not sure of your logo size yet.

    Pls send me a PM with your ftp if you still get the front-end like my snapshot.

    Regards,

    Leo


    1. 4-17-2013-7-25-23-PM
    ibertux Friend
    #490344

    <em>@Leo Burnetts 369344 wrote:</em><blockquote>Hi ibertux,

    try this :

    Open on your server. Then replace:

    h1.logo {
    float: none;
    height: 80px;
    margin: 0 auto;
    width: 92px;
    }

    with

    h1.logo {
    float: left;
    height: 80px;
    margin-bottom: -40px;
    padding-left: 40px;
    width: 92px;
    }

    and

    #ja-mainnav #ja-megamenu {
    float: left;
    position: relative;
    right: 50%
    }

    with

    #ja-mainnav #ja-megamenu {
    float: right;
    margin-left: -350px;
    position: static;
    right: 50%;
    }

    * Don’t forget to inform me your result. Maybe you need to fit the css values on your website because I’m not sure of your logo size yet.

    Pls send me a PM with your ftp if you still get the front-end like my snapshot.

    Regards,

    Leo</blockquote>

    Hello Leo,

    this worked out perfectly 😉 !

    Thanks again,

    Ibertux

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

This topic contains 3 replies, has 2 voices, and was last updated by  ibertux 11 years, 5 months ago.

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