-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
Description
Is your feature request related to a problem or challenge?
When creating a new blog post on the Blog Write page, the blog form section (Author Name
, Blog Title
, Blog Content
, etc.) is currently left-aligned on the screen. This causes the UI to look unbalanced and inconsistent with the overall centered layout style used in other sections of the site.
Describe the solution you'd like
Expected Behavior (Center-aligned):
The form should be centered horizontally on the page.
Suggested Fix
- Apply appropriate CSS styling (e.g., using
margin: 0 auto;
orflexbox
/grid center alignment
) to ensure the blog writing form container is centered.
Describe alternatives you've considered
-
Keeping the form left-aligned
- This was rejected because it makes the page layout look unbalanced and creates a poor user experience compared to the rest of the centered content.
-
Expanding the form to full width
- While this would remove the alignment issue, it reduces readability for users and makes the form appear overwhelming on larger screens.
-
Using a two-column layout (form on one side, tips/preview/help on the other)
- This could be useful in future enhancements, but for the current design, a simple centered form aligns better with the minimal and clean UI approach.
Additional context
Hi! I am a Contributor from GSsoc'25 ....kindly assign me this issue