width of boxes

Forums Forums Menus width of boxes

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #667
    Anonymous
    Member

    Hi,

    I installed few weeks ago, the wordpress plugin, but I have some troubles…

    the box width is not larger enought, and the sub menu is right under instead of on right side…

    is anybody can help me resolving these problems ??

    thank you very much

    http://www.sortir-surendettement.com

    #5507

    You posted this in the wrong forum. I’ll move it shortly.

    I’m amazed your page is rendering at all. You have a whole stack of garbage between your head tags. If you take a look at the CSS box in the admin panel I’m pretty sure you will find there is a bunch of junk text in there.

    #5508

    Hi Ryan, thank you for your comment, could you please have a look to my CSS code ?

    I just want larger boxes, no grey frame, only the grey bar upside.

    Could you please help me ?

    if you have other design suggestion, your’re welcome

    I tried to delete garbage code, is that ok now ?

    Thank you very much for your help

    [code:2b4rn4ks]#suckerfishnav {
        background:#FFF repeat-x;
        font-size:18px;
        font-family:verdana,sans-serif;
        font-weight:bold;
        width:100%;
        }
    #suckerfishnav, #suckerfishnav ul {
        float:left;
        list-style:none;
        line-height:40px;
        padding:0;
        border:1px solid #aaa;
        margin:0;
        width:100%;
        }
    #suckerfishnav a {
        display:block;
        color:#000000;
        text-decoration:none;
        padding:0px 15px;
        }
    #suckerfishnav li {
        float:left;
        padding:0;
        }
    #suckerfishnav ul {
        position:absolute;
        left:-999em;
        height:auto;
        width:121px;
        font-weight:normal;
        margin:0;
        line-height:1;
        border:0;
        border-top:1px solid #666666;
        }
    #suckerfishnav li li {
        width:119px;
        border-bottom:1px solid #666666;
        border-left:1px solid #666666;
        border-right:1px solid #666666;
        font-weight:bold;
        font-family:helvetica,sans-serif;
        }
    #suckerfishnav li li a {
        padding:10px 10px;
        width:90px;
        font-size:12px;
        color:#000000;
        }
    #suckerfishnav li ul ul {
        margin:-33px 0 0 120px;
        }
    #suckerfishnav li li:hover {
        background:#fe8647;
        }
    #suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
        color:#000000;
        }
    #suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
        color:#000000;
        }
    #suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
        color:#000000;
        }
    #suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
        left:-999em;
        }
    #suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
        left:auto;
        background:#fff;
        }
    #suckerfishnav li:hover, #suckerfishnav li.sfhover {
        background:#fe8647;
        }
    #suckerfishnav .current_page_parent {
        background:#bbbbbb;
        }
    #suckerfishnav .current_page_item {
        background:#501350;
        }
    #suckerfishnav .current_page_parent a:after, #suckerfishnav .current_page_parent li a:after, #suckerfishnav .current_page_parent li li a:after, #suckerfishnav .current_page_parent li li li a:after, #suckerfishnav .current_page_parent li li li li a:after {
        content:"";
        }
    #suckerfishnav .current_page_parent a:after, #suckerfishnav li .current_page_parent a:after, #suckerfishnav li li .current_page_parent a:after, #suckerfishnav li li li .current_page_parent a:after {
        color:#000000;
        content:"";
        }
    img#wpstats{display:none}
    #suckerfishnav .current_page_item a:after, #suckerfishnav li .current_page_item a:after, #suckerfishnav li li .current_page_item a:after, #suckerfishnav li li li .current_page_item a:after, #suckerfishnav li li li li .current_page_item a:after {
        color:#000000;
        content:"";
        }[/code:2b4rn4ks]

    #5509

    Hi,
    I can’t find anything wrong with your menu. What specifically is wrong with it?

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.