Viewing 1 replies (of 1 total)
  • Plugin Support supportstylemix

    (@supportstylemix)

    Hello,

    Thanks for reaching us!
    1. In your login/register page there is added cutom inline CSS code in stm-lms-wrapper stm-lms-wrapper__login > container. Inside .container.col-md-6.form-group class, there is an additional inline style: height: 0px;. Please change it to height: auto; Additionally, in the .stm_lms_register_wrapper__actions class, there is a padding style: padding-top: 100px; Please make it zero pixel or just delete it. Here is the your change in register page: https://prnt.sc/vo4vk8

    2. Because of the theme Tabula you activated, you are getting overlapping header. Theme style has absolute position CSS code, hence it is overlapping. https://prnt.sc/vo5bgm Please use this CSS code in Theme Options > Additional CSS section to fix that problem: `. body.page-id-5091 header.mainHeader.btClear {
    position: relative;
    }`
    In /lms-courses page, the courses wrapper is doubling if you consider. Maybe you wanted it to behave in this manner. If it not your wish, please check your theme options in that particular page. It might happen since one of your tag element is opened or you set wrong elements.

    3. Please check your courses and course settings in the Dashboard > STM Settings.
    As an additional material, you can review this manual: https://docs.stylemixthemes.com/masterstudy-lms/getting-started/lms-settings

    Sincerely

Viewing 1 replies (of 1 total)
  • The topic ‘LMS Elements are breaking in our website’ is closed to new replies.