I have a website with a global template that contains partial templates, but now I\'m stuck with a simple CSS problem:
HTML
!important will override your css
!important
select#test { width: 150px !important; }
demo
what if your global css has !important
Then you could call body select#test{/*call your css*/}
body select#test{/*call your css*/}