Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • aspisiak Friend
    #131689

    I would like to have the search icon an box on the right side of menu (like it is in JA Edenite). Please advise how to do it. Thanks.

    Sherlock Friend
    #263821

    Hi !
    You open template.css file in templates/ja_mesolite/css folder , find following code section at about line 1087 :


    #ja-search {
    background:transparent url(../images/icon-search.png) no-repeat scroll 5px 0;
    float:left;
    height:35px;
    overflow:hidden;
    width:190px;
    }

    change to :


    #ja-search {
    background:transparent url(../images/icon-search.png) no-repeat scroll 5px 0;
    float:right;
    height:35px;
    overflow:hidden;
    width:190px;
    }

    continue , find following code section at about line 741 :


    #ja-mainnav {
    background:transparent url(../images/dot-dark.gif) repeat-y scroll left center;
    float:right;
    height:35px;
    width:760px;
    }

    change to :


    #ja-mainnav {
    background:transparent url(../images/dot-dark.gif) repeat-y scroll left center;
    float:left;
    height:35px;
    width:760px;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 16 years, 3 months ago.

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