Thanks, works like a charm!
Hi TobiasBg, thanks for the reply, and the issue somehow resolved itself.
Actually, I got it!
I just used this (xxx is the page id of the page I wanted to change):
.page-id-xxx .content-area {
width: 100%;
}
How would I do that? For example, if I use the following in style.css, then the whole site content gets widened, but I only want it for a specific page:
.content-area {
width: 100%;
}
Other than this, the file is empty.