• Resolved Tano

    (@tanohex)


    As you can see in the screenshots below, the new account page in v1.10.0, looks a bit ugly and has some issues on the Divi Theme.

    The icons are not centered when the side menu is collapsed, and the bottom part of the container gets cropped.

    Also, the responsiveness is broken.

    PS: The new Admin Dashboard also has responsiveness issues on mobile.

    As a curiosity, don’t you test updates before releasing them?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author masteriyo

    (@masteriyo)

    Hi @tanohex,

    The screenshot issue is from the theme, except for the responsive issue. To resolve this issue, please add the following CSS code to your additional CSS.

    #masteriyo-account-page ul {
    padding: var(--chakra-space-4) !important;
    }
    .masteriyo-account-page div#et-main-area div#main-content .container {
    padding-bottom: 40px;
    }


    You can change the 40px space at the bottom according to your needs. Our upcoming patch version will fix other responsive issues.

    Regards!

    Thread Starter Tano

    (@tanohex)

    Thanks for the update. It works.

    Also, there’s another issue in the User Dashboard > Your Courses:

    Plugin Author masteriyo

    (@masteriyo)

    Hi @tanohex,

    Thank you for writing back,

    Please try the following CSS code to remove the space on your enrolled course section.

    .masteriyo-account-page .mto-enrolled-course {
    padding-bottom: 0px;
    }


    Best Regards!

    Thread Starter Tano

    (@tanohex)

    Thanks for the update. v1.10.1 fixes most of the issues, except the account page bottom padding on Divi. This still needs to be set manually:

    .masteriyo-account-page div#et-main-area div#main-content .container {
    	padding-bottom: 40px;
    }
    Plugin Author masteriyo

    (@masteriyo)

    Hi @tanohex,

    As mentioned earlier, the spacing issue is caused by the theme resources, so we have provided you with the custom CSS. Since all your problems have been solved, we will resolve this topic. If needed, please create a new topic. We will get back to you as soon as possible.

    Regards!



Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘New Account Page Design Issues’ is closed to new replies.