I want to change the width of the record content (only records)! To do this, I apply the following code:
.single .site.grid-container {
max-width: 800px;
}
This works, but there’s a problem. In this case the width also changes for products. And I need this width ONLY for posts.