This is my problem, I create some style to some section, for example some background color in blogs, to apply it I use Delta and context work good, but all the css (of blog) are in jnane-alpha-default.css if i try to apply it in global.css i dont see the style. So my problem is I want to apply the design in global.css because this is the file mobile style use. So how can i do to work delta styles with global.css and do a mobile version?

Comments

koffer’s picture

resolved! The problem was a simple } lost in a class in global.css. so all the code after this class dont show.

Remember:

1- Try to found the simplest possible solution, it is more possible a problem with a css than a problem with js or modules conflict.

2- Search in the issues, if you dont find a lot of similar issues go back to first point.

2- Do a lot of test!