Just a question no need for code adjustments!
So i have a main 'style.css' and inside that file i use the '@import url("custom.css");'
I have a style inside the top-container: margin-top:20px; but the site won't display the change..
If i move the top-container: margin-top:20px; to the style.css it works fine..
If I add top-container: margin-top:20px!important; that also works..
I can't understand why it would style is being ignored .