Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
299 views
in Themes by
Is there any way to set 'SnowFlat' theme  support  widescreen( 16:9)

1 Answer

–1 vote
by
edited by
 
Best answer

make it by modify  qa-styles.css

change width from px to percent 

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

...