Making WordPress.org

#6898 closed defect (bug) (fixed)

Enterprise: Integrations paragraph missing mobile padding

Reported by: upadalavipul's profile upadalavipul Owned by: coffee2code's profile coffee2code
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 18 months ago.

Download all attachments as: .zip

Change History (3)

@upadalavipul
18 months ago

#1 @dd32
13 months 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

#2 @coffee2code
10 months ago

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

In 13007:

Main, Enterprise: Prevent Integrations section from touching window edges or flowing out of view at narrow viewports.

Props upadalavipul, dd32, coffee2code.
Fixes #6898.

Note: See TracTickets for help on using tickets.