Skip to content

Issue: Blog Writing Section Alignment #556

@anushkasark08

Description

@anushkasark08

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; or flexbox/grid center alignment) to ensure the blog writing form container is centered.

Describe alternatives you've considered

  1. 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.
  2. 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.
  3. 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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions