Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • fiumeciane Friend
    #195775

    Hi, I would like to do some changes to mobile template, and I need your help.

    The following image is the current situation.

    The image below, instead what I would get.

    1) more space for horizontal logo, in central position
    2) search module at the center, under the logo

    Name of main menu

    I have modified file mega.js, line 61. to change the text of the main menu.

    button = new Element ('div', {id:'ja-menu-button', html: 'Navigation', styles: { display: 'none'}}).inject (jmega, 'before');

    But I noticed that the effect of this change are on some pages and not others (I have not understand why). I have done something wrong in the modification?

    Thanks


    1. iphone
    2. IMG_0762
    Hayden A Friend
    #527088

    @fiumeciane,
    You open the templatesja_universitycsslayout-mobile.css file, add this rule:

    [PHP]#ja-header h1.logo {
    margin: 0 auto 10px;
    width: 100%;
    text-align: center;
    }

    h1.logo a {
    margin-left: auto;
    margin-right: auto;
    }

    #ja-search {
    width: 100%;
    position: inherit;
    }

    #ja-search form {
    float: left;
    margin-left: 35%;
    }[/PHP]

    Once done, clear T3 cache.

    fiumeciane Friend
    #527200

    Tanks Hayden 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  fiumeciane 10 years, 8 months ago.

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