Style Bug in the Latest Askbot Version
A user uploaded an very large image on my site and averything was shiftet on this question page. Only Google Chrome is showing a correct site. Firefox and IE 10 are showing a shifted page.
Edit:
For me the best solution till now is:
.question-page .post-body img {
max-width: 685px;
}
in the style.css
Comments
Hi, could you please upload a screenshot?
confirmed
@Fitoria When will it be fixed?
We'll need another solution. It turns out not straightforward to handle images for the responsive design.