The menu has a problem

Discussion in 'Poloray WordPress Theme' started by dante, Oct 18, 2013.

Thread Status:
Not open for further replies.
  1. dante

    dante New Member

    Joined:
    Sep 24, 2012
    Messages:
    26
    Likes Received:
    0
    I have a problem on the menu. It could be the problem in css code. The border doesn't work very well.
    I upload an image.
    Can you help me please?
    Thank and regards ;)
    ManuProblema.png
     
  2. dante

    dante New Member

    Joined:
    Sep 24, 2012
    Messages:
    26
    Likes Received:
    0
    Hello,
    I resolved the problem. This is the code in the css.style
    ------ ---------------LINE 237 ---------------------------------
    #menu .ddsmoothmenu li ul {
    position:absolute;
    left:0;
    display:none;
    visibility:hidden;
    margin-top:19px;
    margin-left:4px;
    /*-moz-box-shadow:0px 0px 6px 3px #d6d7d6;*/
    /*-webkit-box-shadow:0px 0px 6px 3px #d6d7d6;*/
    /*box-shadow:0px 0px 6px 3px #d6d7d6;*/
    }
    ------ ---------------LINE 153 ---------------------------------
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
    color:#096993;
    line-height:40px;
    background-color:#fff;
    /*-moz-box-shadow: 0 1px 1px 0 #c5c6c5;
    -webkit-box-shadow: 0 1px 1px 0 #c5c6c5;
    box-shadow: 0 1px 1px 0 #c5c6c5;*/
    border-radius:3px;
    }
    ---------------------------------------------------------------------
     
Thread Status:
Not open for further replies.

Share This Page