Comments Bob started the conversationJanuary 19, 2024 at 11:23amWhen I use the default template for this page, https://riadlahboul.com/new/to-see-and-do/ I need to make the content wider. There is too much white space each side. 240Elena repliedJanuary 19, 2024 at 3:32pmHey Bob, You can use some additional CSS, taking into account that every page has a unique class to be targeted (see screenshot). So, in your case, the CSS to be added is: .page-id-868 .column.is-8.is-offset-2 { width: 100%; margin-left: 0; } Best, ElenaAttached files: Screenshot 2024-01-19 at 16.29.34.png1 Like Sign in to reply ...
When I use the default template for this page, https://riadlahboul.com/new/to-see-and-do/ I need to make the content wider.
There is too much white space each side.
Hey Bob,
You can use some additional CSS, taking into account that every page has a unique class to be targeted (see screenshot).
So, in your case, the CSS to be added is:
.page-id-868 .column.is-8.is-offset-2 { width: 100%; margin-left: 0; }
Best, Elena
Attached files: Screenshot 2024-01-19 at 16.29.34.png