Just starting out with bootstrap and encountering a modal bug: when I click on a modal button, the background shifts to the right by 15px. My current bootstrap template is version 3.3.0.
I attempted to update to the latest 3.3.4 version, but unfortunately, it didn't resolve the issue for me. I swapped out:
- 3.3.4 bootstrap.css file with the 3.3.0 bootstrap.css file,
- 3.3.4 bootstrap.min.css file with the 3.3.0 bootstrap.min.css file,
- 3.3.4 bootstrap.js file with the 3.3.0 bootstrap.js file,
- 3.3.4 bootstrap.min.js file with the 3.3.0 bootstrap.min.js file,
- 3.3.4 modal.js file with the 3.3.0 modal.js file.
If anyone could guide me on which files need modification and what parameters require changing, I would greatly appreciate it!
Many thanks in advance! Gianfranco