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;
}
wow. working perfect.
I tried .main-outlet in css, does’t work. ![]()
Thanks again, Mate.
