How to change the width of forum like CarTalk

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 Likes