Making WordPress.org

#7318 closed defect (bug) (fixed)

Handbook page spacing should be added in mobile devices

Reported by: harshgajipara's profile harshgajipara Owned by:
Milestone: Priority: normal
Component: Handbooks Keywords:
Cc:

Description

In mobile devices, there should be gap between text to show hide welcome box and content. Screenshot attached for reference.

Attachments (1)

handbook-space.png (40.2 KB) - added by harshgajipara 14 months ago.

Download all attachments as: .zip

Change History (5)

#1 @harshgajipara
14 months ago

Following css code should fix the issue.

@media screen and (max-width: 1024px) {
        .make-welcome .entry-content{
                margin: 20px auto 0;
        }
}

This ticket was mentioned in Slack in #meta by courtneyengle. View the logs.


13 months ago

#4 @coffee2code
13 months ago

  • Resolution set to fixed
  • Status changed from new to closed

Thanks for the report! This was a content issue as the 'Welcome' section heading was made with a paragraph and bolded text rather than a heading tag. This seemed to only affect https://make.wordpress.org/community/, and is now fixed.

Note: See TracTickets for help on using tickets.