Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

The universel selector is breaking styles by reseting margin and padding

$
0
0

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.


Viewing all articles
Browse latest Browse all 59525

Trending Articles