• Resolved Peter Westerlund

    (@peter-westerlund)


    Just installed Sensei LMS to try it out and is using the default focus design. But something is broken since the header is overflowing the content. Can’t find any CSS from my theme causing this. See image:

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Peter Westerlund

    (@peter-westerlund)

    Found the problem. Had padding top and bottom 60 px set in theme.json:

     "core/group": {
                    "spacing": {
                        "padding": {
                            "top": "60px",
                            "right": "0px",
                            "bottom": "60px",
                            "left": "0px"
                        }
                    },
                    "border": {
                        "width": "1px 0 0 0"
                    }
                }
    Plugin Support Deric (a11n)

    (@dericleeyy)

    @peter-westerlund

    Really glad that you found the root cause of this issue. Thanks for sharing with us as well!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Course Lesson Header Overflowing’ is closed to new replies.