Opened 4 days ago
Closed 4 days ago
#42275 closed defect (bug) (fixed)
Customize, Activate and Live Preview button are not aligned properly on themes page under apperance
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.9 | Priority: | normal |
| Severity: | normal | Version: | trunk |
| Component: | Themes | Keywords: | has-patch |
| Focuses: | ui, administration | Cc: |
Attachments (2)
Change History (14)
#1
@ocean90
4 days ago
- Component changed from General to Themes
- Focuses administration added
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 4.9
#2
follow-up:
↓ 7
@melchoyce
4 days ago
#3
@melchoyce
4 days ago
#42279 was marked as a duplicate.
#5
@sayedwp
4 days ago
This will break the customizer theme's panel buttons because they both share the common css, I think this is regression from #42215 @mahvash-fatima can you take a look
#6
@Mahvash Fatima
4 days ago
#7
in reply to:
↑ 2
@jcastaneda
4 days ago
#8
@Mahvash Fatima
4 days ago
About the changes.
1- Moved my CSS added in #42215 in customize-controls.css to themes.css so it can be used at both the places.
2 - Added some css for button for bigger screen.
3- Add wrapper div around the theme action elements so its properly structured, and easy to align. ( No other changes in the markup ) just the way it was done in #42215
#9
@melchoyce
4 days ago
Looks like that fixed it, thanks @Mahvash Fatima 👍
@westonruter would you mind giving it a quick review?
#10
@melchoyce
4 days ago
- Owner set to westonruter
- Status changed from new to assigned
This ticket was mentioned in Slack in #core-customize by sayedwp. View the logs.
4 days ago
#12
@westonruter
4 days ago
- Resolution set to fixed
- Status changed from assigned to closed
In 41949:



This is a recent regression. Can we track down where it was introduced?