I need fixed columns for my webpage

Hello everybody,

I want to create a centered website with a fixed width of 1140px. Inside that 1140px container I need one row with two columns:

  • Left column: 240px wide (sidebar).
  • Right column: 900px wide (main area), with 65px left and right margins inside it.

The main area itself should contain three fixed columns (for the novel content: text or images) that never change width or position. I tried using the grid and set each of the three columns to col-md-4, but they are not fixed in place and shift unpredictably.

How can I make these three columns fixed and stable inside the 900px main area? Thank you for your help.