OK, I am starting my effort on subtheming. Do you have a small instruction list on how to proceed?

CommentFileSizeAuthor
#1 subtweme.zip1.48 KBanydigital
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

anydigital’s picture

FileSize
1.48 KB

Just use the attached starterkit ;)

Feel free to ask me in this thread for any questions.

semei’s picture

Can you tell us how to add responsive css to the subtheme? Adding anything like

@media (min-width: 1200px) {
  body {
    background: rgb(0,0,0);
  }
}

to style.css doesn't have any effect. Also, adding this to the already responsively working max-width-940.css in the tweme folder doesn't have any effect in my case. I did clear all caches.

jboeger’s picture

I am also having trouble. I need to customize the css for different sizes a la breakpoints. How do we put media queries into the theme?

Murz’s picture

Issue summary: View changes

Will be good to include subtheme template into Tweme theme package, like starterkit folder in Bootstrap theme.