Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • shara21jonny Friend
    #167725

    Hi,

    How can i put on my Purity II (Joomla 1.7) a menu with top links just like the one from this site. See preview bellow.


    1. Top-Links
    khoand Friend
    #408069

    Hi,
    You can use search position. And you replace this code from /templates/ja_purity_ii/css/template.css


    #ja-search {
    padding-left: 20px;
    background: url(../images/icon-search.gif) no-repeat center left;
    position: absolute;
    bottom: 15px;
    right: 15px;
    }

    with


    #ja-search {
    padding-left: 20px;
    background: url(../images/icon-search.gif) no-repeat center left;
    position: absolute;
    top: 0px;
    right: 15px;
    }

    shara21jonny Friend
    #408115

    I don’t need to use search position only. I wanna use Login Form and user profile with drop down like here.

    jneubauer Friend
    #409920

    the search position is not restricted to only the search module.
    You can put whatever you want there – the module position is called search because that is what is commonly put there.

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

This topic contains 4 replies, has 3 voices, and was last updated by  jneubauer 13 years, 2 months ago.

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