Making WordPress.org

Opened 6 months ago

Last modified 7 weeks ago

#6898 new defect (bug)

Enterprise: Integrations paragraph missing mobile padding

Reported by: upadalavipul's profile upadalavipul Owned by:
Milestone: Priority: normal
Component: WordPress.org Site Keywords:
Cc:

Description

I have reviewed the new https://wordpress.org/enterprise/ecommerce/ page on mobile devices and found the Integrations section does not provide left & right padding. So Needs to improve. Please check the below-provided screenshot.

Screenshot: https://share.cleanshot.com/MkGs7WzF0yKWMGg1x2bG

Page URL: https://wordpress.org/enterprise/ecommerce/

Attachments (1)

6898.patch (257.6 KB) - added by upadalavipul 6 months ago.

Download all attachments as: .zip

Change History (2)

@upadalavipul
6 months ago

#1 @dd32
7 weeks ago

  • Summary changed from Needs to be added some padding In the Integrations section. to Enterprise: Integrations paragraph missing mobile padding

This appears to be from this specific CSS rule:

body.page-template-page-enterprise-ecommerce .integrations {
    padding: 32px 0;
    padding: 2rem 0;
}

The code, for this page is available in this themes repo: https://github.com/WordPress/wporg-main-2022

Note: See TracTickets for help on using tickets.