Github profile looks different if you're logged in #203239
Replies: 5 comments 12 replies
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
Hey @louvenarde 👋 GitHub wraps the page in different layout shells, which triggers a CSS responsive breakpoint. A workaround would be to replace native pinned repos with an HTML table inside Give it a go and tell me if it worked? |
|
I know a HTML table can be used as a workaround for a fixed layout, but some parts of my profile are also responsive and will not be satisfied by this workaround. Using a HTML table also alters the display from what it is intended to look like After looking at the styles inspector for both situations I do not believe the flexible layout becoming a block display upon logout is how the website is intended to render.
I'm not sure what this means. A more elaborate workaround could be to use an SVG object and embed CSS into it? Is that allowed? Should I be looking into that? 🤔 |
|
Hi @louvenarde, I’m experiencing a very similar issue with my GitHub Profile README. When I’m logged in, my README renders correctly and the badges/images appear inline as expected. However, when viewing the same profile while logged out or in Incognito mode, the layout changes and shields.io badges are stacked vertically. In my case, the issue affects not only profile links but also technology stack badges written directly in Markdown, for example:
I tested several workarounds, including HTML This seems like a difference between the authenticated and public Markdown/HTML rendering behavior, possibly related to CSS or responsive breakpoints. I’m also trying to determine whether this is expected behavior or a GitHub rendering bug.
|








Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Profile
Body
Hello friends,
I'm having trouble with the github profile page. It is my understanding that if you make a repository named exactly like your username (e.g. Louvenarde/Louvenarde) and add a markdown file in it, it will be used in your profile page.
This works, except the layout is completely different if I'm signed in or signed out, despite it being a public page.
This is how my profile page looks to me when I'm signed in


This is how my profile page looks to me when I'm signed out


I don't understand why this happens, can somebody give me some pointers on what I should do to fix it?
Is responsive layout a "signed-in user" privilege? 🤔
Kindly move the topic to a more appropriate subforum if required, I am new here so naturally I went to this forum first.
All reactions