Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • hennessyduk Friend
    #127434

    Hi

    I wish to move the top Menu Alignment to from default left hand side to the right hand side the page. I would like to add a little bit of padding so it does not totally right.

    Your support would be appreciated.

    Regards

    Dave

    Sherlock Friend
    #245034

    Hi hennessyduk !
    You can do following way :
    open template_css.css file find 1st code section at about line 1064 :


    #ja-mainnav {
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    }

    change to :


    #ja-mainnav {
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    }

    find 2nd code section :

    #ja-search {
    border: 1px solid #E4E4E4;
    border-bottom: none;
    padding-left: 25px;
    background: url(../images/icon-search.gif) no-repeat 7px 50% #F7F7F7;
    position: absolute;
    bottom: 0;
    right: 10px;
    }

    change to :


    #ja-search {
    border: 1px solid #E4E4E4;
    border-bottom: none;
    padding-left: 25px;
    background: url(../images/icon-search.gif) no-repeat 7px 50% #F7F7F7;
    position: absolute;
    bottom: 0;
    left: 10px;
    }

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, 7 months ago.

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