Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • pushkar Friend
    #186072

    I like template JA Zite but I would like if you could make some minor changes/customisation to this template. As joomlart suggested, I purchased/renewed my membership also for this template. The modification/customisation that require is: the logo to be moved from middle of the header to the left of the header and move Main Menu options to the right of the logo. Attached screenshot for your reference. I have supplied to joomlart the ftp access. I tried changing scripts myself but it is giving problem with mobile version of the site. Could you please help me / assist in making this possible. Thank you.


    1. ja-zite-menu-position-change
    Ninja Lead Moderator
    #487468

    Hi Pushkar,

    Try this

    1) Open templates/ja_zite/css/templates.css file

    add new script

    h1.logo {
    float: left;
    }
    #ja-mainnav #ja-megamenu {
    float: right;
    right: 0;
    top: 30px;
    }
    #ja-mainnav .main-inner1 {
    left: 0;
    height: 80px;
    margin: 10px 0px;
    width: 100%;
    }

    2) Copy both file into this path: templates/ja_zite/blocks/

    Remember to backup old file before doing this

    Regards


    1. custom.zip
    Ninja Lead Moderator
    #488530

    Regarding the problem of logo and main menu in mobile version, it can be fixed as follows :

    Open templates/ja_zite/css/layout-mobile.css file

    add new script

    h1.logo {
    text-align: center !important;
    float:none !important;
    }

    #ja-menu-button {
    position: absolute !important;
    top: 90px;
    }

    Let me know if it helps

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

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

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