How to get a horizontal submenu

Viewing 2 posts - 1 through 2 (of 2 total)
  • #13399
    pablink84
    Participant

    Hi, I use the minimatica theme, it’s wonderfull!!

    I want my submenu will be horizontal, but can not get the CSS code right.

    My Code CSS of de nav is this:

    .nav ul li {
    float:left;
    height:34px;
    margin:10px;
    margin-right:36px;
    vertical-align:middle;
    }

    .nav ul li.hover,
    .nav ul li:hover {
    position:relative;
    z-index:599;
    cursor:default;
    background: #fff;

    }

    .nav ul ul {
    visibility:hidden;
    position:absolute;
    top:100%;
    left:-5px;
    z-index:598;
    min-width:10px;
    margin-bottom:5px;
    background:#c4c4c4;
    border-top:#CCC 1px;
    font-size:18px;
    }

    .nav ul ul li {

    min-height:34px;
    height:auto !important;
    min-width: 70px;
    margin:0;
    color: #CCC;
    padding:0 10px;
    background:#fff;
    border-bottom:#fff 1px dotted;
    border-radius: 15px;
    -moz-box-shadow:01px 0px 5px #999;
    -webkit-box-shadow:0px 0px 5px #999;
    box-shadow:0px 0px 5px #999;

    }

    .nav ul ul ul {
    bottom:-10px;
    left:99%;
    }

    .nav ul li:hover > ul {
    visibility:visible;
    }

    .nav ul li a {
    display:inline-block;
    padding:5px 0;
    color:#252525;
    text-decoration:none;
    }

    The provisional web is: devnew.chemagonzalez.es

    Please, can you help me?

    Regards, Pablo

    #13530
    pablink84
    Participant

    help please!!

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

You must be logged in to reply to this topic.