The comment section's design appears inadequate and requires improvement.

Created on 16 November 2023, 12 months ago

Problem/Motivation

The current layout and functionality of the comment section seem insufficient or not well optimized. It might lack user-friendly features or not facilitate smooth interaction and engagement among users. Therefore, a review and redesign could enhance its usability and overall effectiveness in encouraging discussions or interactions.
I have attached a screenshot for better reference.

Steps to reproduce

  1. Install theme
  2. Create a article content type node.

Proposed resolution

Need to align with the other content for better UI

🐛 Bug report
Status

Needs work

Version

1.3

Component

Code

Created by

🇮🇳India Nitin shrivastava

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Nitin shrivastava
  • @nitin-shrivastava opened merge request.
  • Status changed to Needs review 12 months ago
  • 🇮🇳India Arun Velusamy

    Hello, I have checked the comment section of the Article in Ajans, and the layout appears to be quite decent even without applying the patch. We could potentially add some extra CSS to improve its design.

    Please refer to the CSS below:

    section.field.field--name-comment.field--type-comment h2 {
        margin-bottom: 25px;
    }
    a.uk-link-reset span {
        color: #6266ea;
    }
    ul.uk-comment-meta.uk-subnav {
        color: #6266ea;
    }
    .uk-comment-body.border {
        border: none;
        background: #ffffff;
        box-shadow: 5px 0 25px #cccccc85;
        margin-left: 65px;
    }

    Please find the attached screenshot for reference.

Production build 0.71.5 2024