回答編集履歴
1
変更
answer
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
[サンプルページ](https://wordpress.org/themes/lightning/)で試した限りではこんな感じでしょうか。
|
2
2
|
|
3
3
|
```css
|
4
|
+
.single .site-body .container,
|
4
5
|
.page .site-body .container{
|
5
6
|
max-width: none !important;
|
6
7
|
}
|