Opened 3 years ago
Closed 3 years ago
#6140 closed defect (bug) (fixed)
In support page in responsive width around 800px, there is no left padding.
Reported by: | smit08 | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | has-patch |
Cc: |
Description
Steps to reproduce:
- Open https://wordpress.org/support/ and open in responsive view around 800px or 800px size.
- So as you can clearly see there is no padding-left.
I have attached image for better understanding.
Attachments (3)
Change History (7)
#1
in reply to:
↑ description
@
3 years ago
#3
@
3 years ago
- Keywords has-testing-info removed
On looking at the issue I found that the issue is coming from 998px, not 800px. Also, we don't need padding by default so instead of that I added the padding from 1024px. Also, the unit should be in rem to maintain consistency in the CSS.
@
3 years ago
The padding is added from 64rem instead of by default. Also, the unit is converted to rem for consistency.
@
3 years ago
If you check other page for example :- https://make.wordpress.org/core/ so they are having 16 px padding in main and the element it self having 20px so total 36 px padding for left and right so for consistency with other pages that will be a better option.
Note: See
TracTickets for help on using
tickets.
Replying to smit08: