HomeRantwordpress weaver theme: how to change the sub menu width

Comments

wordpress weaver theme: how to change the sub menu width — 6 Comments

  1. Entrecard is down, so i just leave a comment to let you know that i came here….but your post here is very useful.

  2. I found the section you mention:

    #access ul ul,
    #access2 ul ul,
    #access3 ul ul {
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    padding-left:0px;
    float: left;
    width: 180px;
    z-index: 99999;

    Do I just add the script to it IE change it to;

    #access ul ul,
    #access2 ul ul,
    #access3 ul ul {
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    padding-left:0px;
    float: left;
    width: 180px;
    z-index: 99999;
    #access ul ul a {width:220px;}
    #access2 ul ul a {width:220px;}
    #access3 ul ul a {width:220px;}

    Or do I place it elsewhere?

    Thanks

  3. you should never change weaver scripts directly (otherwise weaver updates will overwrite any changes you make).

    To change weaver parameters, you need to go into your wordpress admin panel, then into the weaver admin panel, then to: Advanced Options ->

    Thats where you should add the changed parameters.
    eg: just add 3 lines that say:
    #access ul ul a {width:220px;}
    #access2 ul ul a {width:220px;}
    #access3 ul ul a {width:220px;}

  4. I just wanted to drop a quick note and thank you for posting this. I also found the comment about “#access and #access2 section” but couldn’t figure out where to go.

    In my case I went to Appearance>Editor
    and my code looked like this:
    text */
    font-weight:normal;
    height:auto;
    line-height:18px;
    padding:10px 10px;
    width:100px;

    So I played with some other numbers and the drop-downs look better. I changed the width to:
    width:300px;

    I appreciate you writing this, it helped. Many

    Thanks.
    Sigal Zoldan

  5. Aw, this was an extremely nice post. Finding the time and actual effort to
    generate a superb article… but what can I say… I procrastinate
    a lot and never manage to get anything done.