surfaceinside
asked 6 years ago

Hi,
One short question about customizing the “ask a Question” site.
What to do if the Editor-Field uses not the width of the site. The Editor-Flied is to small. Looks like it is hard defined to width about 300px. it should be 100% so it can automatically resized
look at :
https://www.surfaceinside.de/forum-ask/

Thanks for helping.

3 Answers
DominicStaff
answered 6 years ago

You can add the following code to the style.css file: 

.id-7775 .article-cont {
width: 100%;
}
surfaceinside
answered 6 years ago

That works. Thank you.

surfaceinside
answered 6 years ago

One more question, what is to insert in style.css to get the 100% width on the Answer-Field as well ?

Dominic Staff
replied 6 years ago

You can use the following code:
.article-cont {
width: 100%;
}

surfaceinside
replied 6 years ago

That works. Thank you.

Dominic Staff
replied 6 years ago

Yes, if you have any issue or question, you can let me know. we will help you resolve it.

Powered by DW Question & Answer Pro