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.

1 Answers
DominicStaff
answered 6 years ago

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

.id-7775 .article-cont {
width: 100%;
}
Powered by DW Question & Answer Pro