Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter JamieTheTinker

    (@jamiethetinker)

    I’m using firebug, but so far I haven’t had any luck. When I try to make a widget side-menue, it turns into a mess of text on the side and I can’t get the slide-out action.

    I feel like such a dunce that I can’t figure out this coding. I have no idea what most of this means, but this is from the CSS page. What am I missing?

    /*Vertical Menu on homepage (v) and pages*/

    /* Some stylesheet reset */
    ul#vmenu > ul, #vmenu > ul ul, #pagemenu > ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    line-height: 1;
    }
    /* The container */
    #vmenu > ul, #vmenu > ul ul {
    float: left;
    display: block;
    width: 247px;
    position: relative;
    padding: 0;
    margin: 0;
    top: 310px;
    left: 50px;
    opacity:0.9;
    filter:alpha(opacity=90);
    z-index:1!important;
    }
    #pagemenu > ul, #pagemenu > ul ul { /*just for on pages*/
    float: left;
    display: block;
    width: 247px;
    position: relative;
    padding: 0;
    margin: 0;
    top: 50px;
    left: 50px;
    z-index:1;

    }

    Thread Starter JamieTheTinker

    (@jamiethetinker)

    Thanks!

    …So I’ve downloaded it and installed the plugin…but, at the risk of sounding like a total noob, I can’t find the “download” link for the theme. Is it on a specific page or feature?

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