Course theme: Horizontal scroll bar and extra spacing/margin/padding on a course page #8334
Labels
[Pri] High
[Status] Priority Review Triggered
KitKat has been notified of this issue in #dotcom-triage-alerts
Triaged
[Type] Bug
Something isn't working
Quick summary
On a WordPress site using the Course theme, when visiting a course created with the Sensei LMS plugin, there is a horizontal scroll bar and too much space on the right.
Steps to reproduce
A clear and concise description of what you expected to happen.
No horizontal scroll bar, no extra space
What actually happened
A horizontal scroll bar extra padding on the right, on any course page
Impact
All
Available workarounds?
Yes, difficult to implement
If the above answer is "Yes...", outline the workaround.
Open /wp-admin/theme-editor.php?file=theme.json&theme=course
Search for: "right": "1.25rem",
Replace "right": "1.25rem", by "right": "0rem",
Replace "left": "1.25rem" by "left": "0rem"
Save the changes
Platform (Simple and/or Atomic)
No response
Logs or notes
PHP 8.1.20
WordPress 6.6.2
Sensei LMS 4.24.3
Course theme 1.3.9
The text was updated successfully, but these errors were encountered: