Comments on [F2U] Midsummer Memory All Comments Start of Thread Parent

I'm using chrome :0

As am I. There are a couple of reasons that this could be happening, if the margin is still correct (in that, the text is still ending in relatively the same place per line despite going over) you could try adjusting the right margin (margin-right:) on line 85. I believe I currently have it set to around 40px, you can make the number larger and the text will stop sooner. I have a wide monitor so it's possible that my sizing was a bit off for smaller devices. If that doesn't work, see if you can send me a screencap of the issue and I'll troubleshoot. I presume you mean going beyond it horizontally and not vertically.

Yes, Horizontally not vertically haha, I have a laptop so the screens arent too large but its still pretty big xD i'll try adjusting that size and see how it goes!

Do you know where I can find the area to change the color of the text for that box? ;v;

Yepyep! On line 85, where it says div style=, add this bit of code within the quotes: color:white; (make sure to include the semicolon, and 'white' can be changed to any hex color provided the hashmark is placed in front). It will end up looking like the following: <div style="color:white; margin-right:40px;"> or <div style="color:#fff; margin-right:40px;"> (with 'fff" being replaced with whatever the color's hex code is.)

This is how it appears for me, which seems correct: https://imgur.com/gGF3vwp