Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • macmoneyjobs Friend
    #203814

    Please help me with adjusting the header menu so that it aligns with my logo just like the demo for JA Elastica. As you can see in attached picture my logo has completely distorted the headers neat appearance.

    Secondly, if you look at the site using a handheld device the logo extends to the grey area and the tagline is not visible.

    Thank you!


    1. problem-1
    Pankaj Sharma Moderator
    #559555

    HI
    this issue is due the custom height value changed by you in template.css file .

    Here >>> http://prntscr.com/65osw8
    Go to template.css file
    find this code
    h1.logo {
    background: #DEE006
    float: left;
    font-size: 1em;
    height: 105px;
    width: auto;
    z-index: 12;
    }

    Change it into

    h1.logo {
    background: #DEE006
    float: left;
    font-size: 1em;
    height: 86px;
    width: auto;
    z-index: 12;
    }

    +
    Go to template/your JA Template/css/menu/mega.css
    Find this code

    .ja-megamenu ul.level0 li.mega {
    height: 70px;
    }

    Change it into

    .ja-megamenu ul.level0 li.mega {
    height: 86px;
    }

    Save clear cache and check. It will look like this >>> http://prntscr.com/65oubj

    Take a backup of your Site before Applying changes .

    macmoneyjobs Friend
    #559650

    Thank you sir! Please see attached screen shot of tablet view. The logo overlaps on the grey area and the tag line is not visible. How can I adjust it to display the full logo?


    1. problem-2
    Pankaj Sharma Moderator
    #559683

    Hi Go to css/layout-mobile css
    Find this code

    h1.logo a { height: 40px !important; margin-top: 10px; padding: 0 !important;}
    change it into

    h1.logo a { height: 56px !important; margin-top: 10px; padding: 0 !important;}
    It will solve the problem >>> http://prntscr.com/66498i

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

This topic contains 4 replies, has 2 voices, and was last updated by  Pankaj Sharma 9 years, 8 months ago.

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