See: https://arbeid4.joomla4.no/images/Wider_component_area.png
I asked for help previously because the component area was fluid and someone at your team added the following css code to my template:
@media (min-width: 992px){
body.view-article.remove-container .body-innerwrapper>#sp-main-body>.container, body.view-article.remove-container .body-innerwrapper>.sp-main-body>.container {
max-width: 960px;
}
}
@media (min-width: 1200px){
body.view-article.remove-container .body-innerwrapper>#sp-main-body>.container, body.view-article.remove-container .body-innerwrapper>.sp-main-body>.container {
max-width: 1140px;
}
}
@media (min-width: 1400px){
body.view-article.remove-container .body-innerwrapper>#sp-main-body>.container, body.view-article.remove-container .body-innerwrapper>.sp-main-body>.container {
max-width: 1320px;
}
}
Can the code be adjusted so the width of the component area is the same as the rest of the page?
(the issue with the padding is solved using css code).
Sissel