Replies

Apr 12, 2018 7 years ago
dear_868
User Avatar
Hospice

Do user profiles support flex boxes? I'm doing a super simple flex box and it's just showing up as two regular divs, rather than column-ly aligned. The same code is showing up correctly in pet profiles.

Quote
</p>
&lt;style>
.flex-container {
display: flex;
flex-direction: row;
justify-content: center;
}
&lt;/style>
<div class="flex-container">
<div>1</div>
<div>2</div>
</div>
Apr 13, 2018 7 years ago
Hongske
is lost in space
User Avatar

Support for flex boxes depends on the browser, not the website. It might not work on your profile because of existing code though.

Apr 15, 2018 7 years ago
dear_868
User Avatar
Hospice

Quote by Hongske

Support for flex boxes depends on the browser, not the website. It might not work on your profile because of existing code though.

It's definitely not a browser issue. The browser I'm using supports flexbox and, as I mentioned, renders it fine in pet profiles (and everywhere else on the web).

There's also no existing code that would disable it in my profile, I'm guessing it's something in the default Subeta style sheets.

Apr 15, 2018 7 years ago
Hongske
is lost in space
User Avatar

I meant the default Subeta style sheets when I said existing code, sorry if that wasn't clear. Did you use the code on your profile yet, or do you have any (full) code I could take a look at?

Apr 16, 2018 7 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

No issues here, used your exact code.

Please log in to reply to this topic.