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

 

There is space on the right side but question is jumping into the second line.

How can I set maximum single line width? Thank you.

 

1 Answer

+2 votes
by
selected by
 
Best answer

If you are using a custom Snow theme you might need to change the width of this CSS class in qa-styles.css file:

.qa-q-item-main {
    width: 488px;
    float: left;
    padding-left: 10px;
}

...