Jump to content

bloom

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by bloom

  1. Does anyone know how to fix my 2 css issues in the flyout menu on this site? This is driving me nuts. ;)

     

    http://candoelec.com/dev/

     

    Issue 1 - in the flyout menu, the padding in the background element appears to be short on the bottom.

     

    .mega-menu li .sub-container {
    background: none repeat scroll 0 0 #efefef;
    border: 1px solid #ccc;
    padding: 5px;
    position: absolute;
    }
    Issue 2 - again in the flyout menu, the padding around the text section headers "Decription, Website, Your Rep" appears to be short on the bottom.

     

    .mega-menu li .sub li.mega-hdr a.mega-hdr-a {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    padding: 5px 0;
    text-align: center;
    }

     

    Thank you!

×
×
  • Create New...