I'm making my 3rd drupal 7 website right now, but for some reason, the custom css classes of my view fields and even the labels just aren't being applied. I've had to rewrite the results of each and every field using tokens so far which is driving me insane! Anyone have any ideas on why views might not apply the classes? I know it isn't applying the classes because when I inspect the element in the resulting page the classes aren't there. It doesn't even matter if I'm using grid, table, unformatted list.
Hi all,
I have some issues after testing some themes in Drupal8 beta 4. the problem is that the css is not loading, I tried other themes like Omega Five for Drupal 8 but that had no effect, every time the css was not loaded.
can someone help me why the css is not loading correct.
HI. Im begin to use Bootstrap theme. I came from omega 4 theme. How can I change the width of a column if I change for example between frontpage and a node? I need to create it in templates or is better to use panels? This theme work with context?
I have developed a theme in Drupal 7. This theme is being used by multiple sites. What I want to achieve is I would like to make all the sites use the same theme, but the site content are different, only thing is the layout will be same.
What is the best way of doing this ?. Do i need to create separate drupal installation for each site and then copy paste the theme?