I have been working on designing a page layout using Bootstrap CSS, but I'm facing some challenges. I've already spent four days trying to achieve the desired layout, but I can't seem to get it right. The two main problems I'm encountering are:
- How can I ensure that all Bootstrap columns have the same height?
- The scroll bar is appearing underneath due to the top nav bar not being fixed.
Here is an image illustrating my issue:
[Image Placeholder]
The code I've used so far...
HTML:
<!DOCTYPE html>
<html>
<!-- HTML code goes here -->
</html>
CSS:
/* CSS code goes here */
Please note the following precautions:
- Avoid using display: table, table-row, and table-cell properties.
- Avoid introducing JavaScript into the solution.
You can check out the Plunker for a demo of the current progress.