• Want to have a centered column with fixed width?

    #grid-container {
    	margin:0 auto;
            width:1172px;
    	background-color: whitesmoke;
    	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.4);
    }

    Handy with a fixed width banner picture/image slider.

  • The topic ‘Centered column’ is closed to new replies.