Search⌘ K
AI Features

Polishing Up Our Layout

Explore techniques to polish Bootstrap 4 layouts by adding spacing between rows, removing unwanted containers, using source ordering to rearrange columns responsively, and making the footer stick to the bottom. This lesson helps you improve visual layout and maintain SEO-friendly HTML structure.

Make the needed changes

Let's fix the points mentioned below quickly by editing the code.

Complications with the previous layout

There are a few things we can change: 

  • We could try adding more space between each row in our layout.

  • We could remove the example container fluid with the bg-success contextual color.

  • We could see how to flip the order of columns in our layout quickly.

  • We could make the footer stick to the ...