Tutorial Full width Latest Updates page, stylus snippet

r37r05p3C7

Newbie
Nov 8, 2023
87
54
BeforeAfter
1707212404954.png 1707212327102.png

Trivial user style i've decided to share, so you don't have to write it yourself:

CSS:
.p-body-inner {
  max-width: 100%;
}

main#latest-page_main-wrap {
  width: 100%;
}

div#latest-page_items-wrap_inner {
  grid-template-columns: repeat(auto-fill, minmax(15%, 1fr)) !important;
}
To adjust tile size change percentage in minmax function.
 
Last edited: