Magento Stack Exchange is a question and answer site for users of the Magento e-Commerce platform. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

I run magento 1.9.1.0 and my main theme is located at skin/frontend/rwd/maintheme

now I want to use a mobile theme which is located at skin/frontend/mobile/newtheme

I have added the appropriate exceptions in Design but the CSS for the mobile theme is fetched as media/css/newtheme/css/style-ssl_1_cp.css and not from the skin/frontend/mobile/newtheme/css/style.css. This causes some elements of the theme to break. Fonts etc are not displaying correctly.

I have verified the folder permissions and the actual file style.css is present as well.

Merge CSS is set to NO as well.

How can I make the CSS load from skin/frontend/mobile/newtheme/css and not from media/css/newtheme

Here is a screenshot of current settings: Here is a screenshot of current settings:

share|improve this question

How are you adding the css stylesheet in your mobile theme? Are you using add item method with skin_css using the following snippet?

<action method="addItem"><type>skin_css</type><name>css/style.css</name><params/></action>
share|improve this answer
    
Yes that's right. No luck. – Adam Nov 21 '15 at 14:52

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.