• I just have a simple question as to the formatting of my site. I’ve messed around with the code a bit but I can’t seem to make my sidebar thinner (yet keep it at the right) or extend the bar all the way to the bottom of the page.
    My site is continuous-play.com FYI
    Thanks for the help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • To make the menu thinner you need to change the size of the width in the css file;
    #menu {
    background: #fff;
    margin: 5px 0 10px 385px;
    width: 175px;
    }
    For the height I’m guessing;
    height:100%;
    Hope that helps ??
    Michael
    (credit goes to podz for helping me out with the same question)

    Thread Starter Anonymous

    I got the menu width to work but I cannot, for the life of me, get my menu to extend all the way to the bottom.

    Don’t.
    Use an image in the background of #content. Align that image to the right, and then just make sure that the image size is okay with your div size.
    I use that technique on my site (click my name) and it’s from the Gemini template: https://pinksocks.co.uk/gemini.zip

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Setting up my menu bar’ is closed to new replies.