Basically, I have this code:
<li style = "height: 250px;"> <p>Foo</p></li>
However, when I go to the site, it doesn’t seem to change. So I inspect the element in chrome and it says this:
<li style = "height: 180px;"> <p>Foo</p></li>
I have properly saved and uploaded the file, refreshed it without cache and in incognito. I have also tried other browsers, but it still overwrites it somehow!!
What can I do to overwrite the 180px height and put make it 250px, as I have tried everything, and it doesn’t work!!
It’s better if you show your
HTMLmarkupfor better understanding, but right now you can use!importantlike this:It will override your style.