- Issue created by @freelylw
- Status changed to Needs review
over 1 year ago 10:05am 27 September 2023 - 🇮🇳India viren18febs
Hi @freelylw
The olivero theme is used grid layout, so for full width, you need to remove the CSS from grid.css file. that file is available in layout folder.
.grid-full { display: grid; grid-template-rows: 1fr; grid-template-columns: repeat(var(--grid-col-count), minmax(0, 1fr)); grid-column-gap: var(--grid-gap); /* .grid-full classes nested 3 or more deep go full width. */ }
- Status changed to Postponed: needs info
over 1 year ago 7:04pm 27 September 2023 - 🇺🇸United States smustgrave
@freelylw that answer your question? if so we can close this.
- Status changed to Closed: outdated
over 1 year ago 10:37pm 20 November 2023 I am closing this issue due to inactivity. Reopen it as necessary.