Thanks for pointing these out. Will definitely fix. I noticed the first one you linked a while back but completely forgot about it. Will make a proper todo item this time.
How long do you think it'll be before these are fixed? I'd be willing to help out if you like :)
First problem (the main one) - simply change the class "small-4" to "large-4" of the element "#page_container > .page > aside"
Second (minor) bug needs the following CSS:
.page article {
overflow-x: hidden;
}
can you implement these things?
Yes, thanks :)
Been taking a short break from bug fixing. But this week Andrew is in town and we hope to push out a few updates.
This should be fixed now :)
Responsive CSS: 'Kanji in this word' and homepage
When browsing the site on a phone (or small-sized browser window etc.), on the 'details' page of a certain word, the kanji in the word displays on the right of the word rather than at the bottom, which in my opinion would be the best place to put it. This makes the page overflow and the column is also very thin because it's trying to fit into the window.
Screenshots:
1. http://i.imgur.com/RjIMzn7.png (default view)
2. http://i.imgur.com/4VFijFb.png (scrolled as far right as possible)
Also, another small CSS issue (not as bad as the problem above), the homepage overflows by a small number of pixels when viewed in anything thinner than 1029 pixels.
Screenshots: imgur.com/2CDuF6P,MT33uTq (The first screenshot is default view, the second is scrolled to the right, showing the overflow.)