Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
525 views
in Themes by

gjgh

Q2A version: 1.7.5

1 Answer

0 votes
by

@media (min-width: 1044px) {
    .qa-body-wrapper {
        width: 1224px;
    }
}

Can be added via https://github.com/fardina/q2a-child-theme

The width parameter can also be 100% or so, but the above is more compatible with responsive layout.

by
Unfortunately, this is not working.
...