Replies: 0
Hi,
I’ve installed Tutor LMS on a website and the Tutor LMS stylesheet is using the universal CSS selector * to reset margin and padding.
* {
margin: 0;
padding: 0;
}
This is breaking the website styles. I want to decide by myself if I want or need to keep paragraphs, headings, lists default margins and paddings. This is a real problem. If you want to reset margin and padding for Tutor LMS elements, please, apply this only on Tutor LMS containers, not for all the website.