Making WordPress.org

Opened 2 months ago

#7760 new enhancement

Change Blocks Listing Design for better experience

Reported by: digamberpradhan's profile digamberpradhan Owned by:
Milestone: Priority: normal
Component: Plugin Directory Keywords:
Cc:

Description

Suggestion to change the design of the way blocks for plugins are listed on a plugin page.
File : /wp-content/themes/pub/wporg-plugins-2024/css/style.css

@media screen and (min-width:768px){
    .type-plugin .plugin-blocks-list{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

Goal of this change is to improve visitor experience on pages such as https://wordpress.org/plugins/kadence-blocks/

Attachments (2)

before.png (57.6 KB) - added by digamberpradhan 2 months ago.
Current Design
after.png (50.6 KB) - added by digamberpradhan 2 months ago.
After the changes.

Download all attachments as: .zip

Change History (2)

@digamberpradhan
2 months ago

Current Design

@digamberpradhan
2 months ago

After the changes.

Note: See TracTickets for help on using tickets.