Using Twitter Bootstrap, I'm looking for a way to add leftovers on the left or margins on the left to the page container . (expressed in units of page percent)
In fact, if I do not include bootstrap-responsive.css, the padding is good for me. But I would like my site to work perfectly on mobile phones. Therefore, it is necessary to include this file, and the direct effect (why?) Is that padding-left (or margin-left, I don’t know) is less important.
I tried to manually add the padding-left or margin-left class to the container class in my own CSS, but it increases the width of the page and creates a horizontal scrollbar.
Do you know a safe way to do this, perhaps using the tools provided by Bootstrap?
source share