To alter the node ID field (nid) of our content view we add this to the file: asset_injector.css.gin.yml /* Views exposed filter: appropriate field widths */ .views-exposed-form #edit-nid { max-width: 10ch; } 06.08.2026 | Lothar Ferreira Neumann Change custom text field sizes in Gin Backend Theme using Asset Injector
For fixed headers base.css html { scroll-behavior: smooth; scroll-padding-top: calc(70px + var(--gin-toolbar-secondary-height, 0px)) !important; } @media (min-width: 767px) { html { scroll-padding-top: calc(135px + var(--gin-toolbar-secondary-height, 0px)) !important; } } 13.11.2025 | Peter Gerken Scroll offset respecting sticky elements (here: gin toolbar)
.breadcrumb.scss .breadcrumb--item:only-child { svg { display: none; } } 13.11.2025 | Holger Weischenberg Check whether there is only one child item using CSS