diff --git a/src/app/story/[storylineId]/page.tsx b/src/app/story/[storylineId]/page.tsx index ddf81aec..a21ce284 100644 --- a/src/app/story/[storylineId]/page.tsx +++ b/src/app/story/[storylineId]/page.tsx @@ -325,13 +325,10 @@ function StoryHeader({ - - - {/* Stats grid — below cover+info on mobile, aligned with right column on desktop */} - {priceInfo && ( -
-
+ {/* Stats grid — inside right column, next to cover */} + {priceInfo && ( +
{createdDate ?? "—"}
Created
-
-
- )} + + )} - {/* CTA — below stats, aligned with right column on desktop */} -
- + {/* CTA — in right column */} + +
);