- Issue created by @freelylw
- Status changed to Needs reviewabout 2 years ago 10:05am 27 September 2023
- 🇮🇳India viren18febsHi @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 infoabout 2 years ago 7:04pm 27 September 2023
- 🇺🇸United States smustgrave@freelylw that answer your question? if so we can close this. 
- Status changed to Closed: outdatedalmost 2 years ago 10:37pm 20 November 2023
- I am closing this issue due to inactivity. Reopen it as necessary.