ejswan
Member
Posted 5 months ago #
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!!
I too would like to know how I can set the pinboard theme to a fixed width.
Does anyone know how to do this?
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;
}