Skip to content

Custom pages - Bootstrap Grid system not working as expected #532

Answered by razonyang
Mecanik asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, it works as expected actually, according to the Margin utilities, you'll need to add some margin utilities to make it fill up the whole container:

<div class="row no-gutters">
   <div class="col-auto me-auto">
   </div>
   <div class="col-auto">
   </div>
</div>

Btw, since this theme uses the purgecss and pwa, there may be some cache exists, you may need to restart server(hugo server) and force refresh the page(CTRL+F5) sometime.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Mecanik
Comment options

Answer selected by Mecanik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants