Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • suerly Friend
    #152516

    Hi I am using the Beryl template but I would like to move the top menu under the logo like in the Zeolite template – is this possible? My logo is very wide and forces the menu to a very narrow position.

    Thanks in advance

    Saguaros Moderator
    #349988

    Pls open the file : /templates/ja_beryl/css/template.css and try to find the following code:

    #ja-mainnav {
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    width: 79.9%;
    z-index: 9999;
    }

    replace:

    #ja-mainnav {
    margin: 0;
    padding: 0;
    position: relative;
    width: 79.9%;
    z-index: 9999;
    }

    and find following code:

    h1.logo, div.logo-text {
    float: left;
    margin: 2px 0 0;
    padding: 0;
    width: 20%;
    }

    replace:

    h1.logo, div.logo-text {
    margin: 2px 0 0;
    padding: 0;
    width: 20%;
    }

    GOodluck

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 14 years, 1 month ago.

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