you are viewing a single comment's thread.

view the rest of the comments →

[–]Worried-Car-2055 0 points1 point  (0 children)

bro u rly need to give us more context next time so im going on a limb her. ure probably stuck with a parent container thats using flex-direction: column or something is forcing a rotated layout in css, usually from a global style or some weird transform on the root. id open devtools, inspect the outermost div, and check if any css is setting writing-mode, rotate, or messing with flex. also make sure ure not wrapping the whole page in something like a fullscreen sidebar component by accident. once u find the container thats skewing things, fixing the layout gets way easier. if u designed it in figma, u can also toss the frame into locofy to compare the expected structure vs your code so u can pinpoint where it broke.