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?
Asked
Active
Viewed 147 times
1 Answers
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