As many of you have noticed through the newest update, Tumblr won’t allow you to send asks via dash anymore.
However, some theme makers and users, especially in the role play community, have run into an issue of their ask boxes shrinking on the /ask page of their blog.
There is a quick an easy fix for that!
go to customize your theme and enter the “edit HTML” mode.
you can search (ctrl+F) and check if you have #ask_form in your code already.
If not, insert the following code somewhere between your <style> </style> brackets!
#ask_form {
height:290px!important;
}
adjust the height to what your blog layout needs. In my case, it is at least 290px !