CarTalkのようなフォーラムの幅を変更する方法

Hello. How to change the width of forum like CarTalk?, I saw it have 1330px. Thank you

Hello,

It seems to they use actually 1350px max-width but there are the default paddings 10px on sides.

Create a new component in admin or add it to an existing one.

Desktop / CSS section

.wrap {
  max-width: 1350px;
}
「いいね!」 3

wow. working perfect.
I tried .main-outlet in css, does’t work. :sweat_smile:

Thanks again, Mate.

「いいね!」 1

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.