I want to be able to change some of the css in the min-bootstrap css without having to totally re-invent the wheel. Any custom css I put in Style.css is working but not when I want to "turn off" something - like for example have no background color in a navbar.
I have been experiencing an issue with my node background stretching when I use image mapping and put the mapping code in the body field of my pages. I figured out the fix and thought I would pass along this information in case anyone else runs into this. What I did was look at the html output of the pages on my local server using Firefox Web Developer/inspector (found under the Firefox tools tab). I identified the div where the node background was rendered (in my case it was div class=content) by selecting the divs until the one I was looking for highlighted.
I've changed the sidebar width in "template.php" and "layout.css" so it's wider. However, the block width remains the same and I've looked through every file in .../amadou can't find a way to adjust the block width to fit the sidebar width.
For example, sidebar width is about 400px and text in block uses only about 1/3 of 400px. How do I change the block width so it's the same size as the sidebar width?