1

I was given a wireframe schematic, and based on that, I created a page layout using bootrap. It works great and looks great, but now I need to tweak the layout to match the wireframe schematic as closely as possible -- down to the pixel. The width and height of all columns need to be tweaked. Does anyone have recommendations on how to accomplish this?

Stephen305
  • 1,077
  • 3
  • 22
  • 30

1 Answers1

0

Make your own custom css and override the bootstrap styles.

Robert
  • 10,126
  • 19
  • 78
  • 130
  • Got it. Thanks. I found the following post to be helpful: http://stackoverflow.com/questions/8084964/how-to-overwrite-styling-in-twitter-bootstrap – Stephen305 Aug 18 '15 at 18:35