• I’m trying to make my pinboard site a fixed width. Every time I minimize my browser the website goes with it and I don’t want that at all. I like the way it looks when my browser is 1250px wide but I don’t know how to do that.

    I’m new with code but i can tweek a few things – so anything easy is what I need.

    please help!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I too would like to know how I can set the pinboard theme to a fixed width.

    Does anyone know how to do this?

    paul.a.cunn

    (@paulacunngmailcom)

    Here is the css, I am not sure why you would want this. Everyone has different monitor sizes and browser windows but w/e. Adjust the width to what you want in px.

    #header {
    width: 900px;
    }
    #container {
    width: 900px;
    }
    #footer {
    width: 900px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fixed instead of fluid width?’ is closed to new replies.