- That happened to me, too! Now all of my pets' profiles are messed up. ):
Even regular pet profiles are totally out of whack for me, too. Usually everything looks fine and normal on mobile, but it suddenly broke today, and now every page has weird white (or black) blocks at the top and sides: screencap of a default pet profile
Same thing here. No idea how to fix any of them. :( Things have moved to the left and I have a second scrollbar on the right on the page too.
Not sure if there's still anything wrong with your pet profiles? They're looking fine to me.
It's because of the new "Toggle Sidebar" button and your screen not being very wide. You can fix this by hiding it via this -toggle-button { display: none; }
@Cresenta
Can you give me a link of where you have this problem? I'll take a look and see if I can find anything to fix it :)
They are not suposed to look like that. Look at Paulo's profile, the overlay is cut in the left because the content was brought to the left. "Paulo" name should be at the center of the page. About Stela's profile, the Big Wheel shouldn't be that close to the left border.
You can see the problem more clearly on skaro's profile
[flower=paula]
I'm sorry, but I'm still not sure what you mean by "content was brought to the left" (sorry, English isn't my native language). Do you have any screenshots of what those profiles are supposed to look like?
Sorry, english is not my native language either.
Here's another example (in this example only content from column_2 has been brought to the left).
How it should look like: click How it's looking like: click
But in other profiles, like in skaro's profile the content in the text boxes were brought to the left too.
Here is alici's profile Do you see how the text is out of the text box?
[flower=paula]
You're so sweet to want to try <3
It's on all my pet pages but for eg: https://subeta.net/pets/Nahcra
Before the change, all the info like the pet TC, pet image, pet friends ALL fit within that snowflake border I made. Now it's all to the left side and out of place.
Ah, I get it now! It's because of the sidebar changes; there used to be a margin/padding thing on the content div to place it next to the sidebar, but now that it's gone you'll need to re-add it. Try this { margin-left: 176px; }
- I think my profiles are having the same problem as Paula's, and I got a screenshot: Here's what my pet Manuke's profile is supposed to look like: Screenshot
... But now everything on her page has been moved off to the left, for some reason, and some of it (like the pet and minion images) has actually been pushed off the screen. ):
edit: I'm a slow poster, haha. :'D I'll try using that code you posted, thanks!
@Cresenta Do you have a screenshot of what it used to look like? I can fix the left-align thing by using the code I posted for , but it probably messes up the rest of the profile and I'm not sure what kind of layout you had for all the elements.
No problem! Let me know if you need more help :)
Unfortunately I don't. x_x I wish I had taken pics of my profiles for issues like this ugh. Thanks for trying to help! I really appreciate it. <3
@Cresenta If you don't have a screenshot, can you tell me then where everything's supposed to go? Or maybe make a quick sketch in paint or something? That way I know what to check for ;)
That makes sense! I've tried that already though, take a look: click. The content is in it's right place again, but the overlay is still cut.
It's like the same thing that happens when you add 176px to body left, for example. I know I can rearrange the position of all elements, so the overlay/text boxes/ship go a little to the left, then I bring the content a little to the right so everything is in the right place, but I thought there could be another fix for it.
I'm not sure if I was clear, let me know if I wasn't! And thank you for your help btw!
[flower=paula]
I tried the fix you posted above and one of my pet pages is back to normal so thank you for that! :) A few others are aligned properly now but there is still the scrollbar thing, Eg: https://subeta.net/pets/Nahcra
I don't know why there is a scrollbar on the actual page:
Sadly enough, nope. The layout changes mean that if you absolute-positioned divs, you'll have to reposition them because the layout has changed. Your can be fixed by setting the left-position to 0 though, I think.
Yes, setting left 0 will work :) I've noticed that all my profiles in which elements were set as "fixed" would not change, now I understand why. Thank you very much :)
[flower=paula]