Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Bart Vos Friend
    #185875

    Hello,

    in the top-social position i placed my topmenu.
    But i want de items to be shwon horizontal, just as Ja_Nex. How can i fix that?

    Thanx

    Stork11 Friend
    #486839

    Hello wdnoord,

    You can add “float: left;” style to “li” tag of menu item. It looks like:

    #ja-topmenu ul li {
    float: left;
    }

    Regards.

    Bart Vos Friend
    #486927

    Hi Stork11,

    this is my code. I already have float: left in it.

    /* Top Menu —*/

    #ja-topmenu {
    background: #222
    border-bottom: solid 1px #111
    color: #999
    padding: 5px 0;

    }

    #ja-topmenu ul { float: right; }

    #ja-topmenu ul li {
    border-left: solid 1px #333
    float: left;
    padding: 3px 15px;
    }

    #ja-topmenu ul li a { color: #999 }

    #ja-topmenu ul li a:hover,
    #ja-topmenu ul li a:focus,
    #ja-topmenu ul li a:active { color: #fff }

    I copied the code from an other template were the menu is horizontal. But in kranos it doesn’t work.

    Bart Vos Friend
    #486928

    Hi Stork11,

    this is my code. I already have float: left in it.

    /* Top Menu —*/

    #ja-topmenu {
    background: #222
    border-bottom: solid 1px #111
    color: #999
    padding: 5px 0;

    }

    #ja-topmenu ul { float: right; }

    #ja-topmenu ul li {
    border-left: solid 1px #333
    float: left;
    padding: 3px 15px;
    }

    #ja-topmenu ul li a { color: #999 }

    #ja-topmenu ul li a:hover,
    #ja-topmenu ul li a:focus,
    #ja-topmenu ul li a:active { color: #fff }

    I copied the code from an other template were the menu is horizontal. But in kranos it doesn’t work.

    Bart Vos Friend
    #487026

    i only had to replace #ja-topmenu in .top-social.
    I thought i renamed top-social in ja-topmenu….

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

This topic contains 5 replies, has 2 voices, and was last updated by  Bart Vos 11 years, 8 months ago.

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