Making WordPress.org

Opened 6 months ago

Last modified 6 months ago

#6886 new defect (bug)

Spacing issue on mobile devices.

Reported by: baroliyamayur's profile baroliyamayur Owned by:
Milestone: Priority: normal
Component: Developer Hub Keywords: needs-patch has-screenshots
Cc:

Description

Spacing issue on mobile devices.

Page URL:- https://developer.wordpress.org/themes/

Issue Screenshot:- https://share.cleanshot.com/rkMF0g8lgKcrJpYtYXHk

Change History (2)

#1 @baroliyamayur
6 months ago

There were issues with the CSS for .single-handbook #content. Please use the CSS below to resolve the issue. 

@media screen and (max-width:500px) {
    .single-handbook #page {
        background: #fff;
    }

    .single-handbook #content {
        width: 100%;
    }

}

See output: https://share.cleanshot.com/jHc4Jc9K0ZmRfmJdtSHF

#2 @Otto42
6 months ago

  • Component changed from Theme Directory to Developer Hub
Note: See TracTickets for help on using tickets.