Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
But don't know how to import it into my drupal 7-website.
From my point of view the best sollution is
the answer that tells me how i can put the extra-lines-in-the-headsection
for importing the "font / font-face-kit".
In wich file from the drupal-files, can i write some code that will show up in the headsection from each drupal-webpage.
I'm sure this is something painfully simple, but I'm missing it anyway. I want to filter the Views content pane by the Node ID from the Panels page. I've chosen "Content: Nid" for the contextual filter, but I can't figure out what to put for the argument input. I would expect to choose "from context" and then under Node find Nid, but it's not there.
I'm woking on a Zen theme-based Drupal 7 site for a client who insists on compatibility with IE7. Predictably, things are broken. My layout is identical in FF, Chrome and modern IE, but various elements - navigation in particular - are misplaced in IE7.
However, everything lines up fine with CSS aggregation enabled. This doesn't make a lot of sense since as far as I know, the 31-external-files issue was fixed in D7. So what might be going on here? Are there other known bugs for IE7/Drupal 7 that are fixed by CSS aggregation?
I've been pounding my head against a wall all night and decided to reach out for help. I'm using Bartik theme on Drupal 7 and I am trying to shorten the header area to 165px. When I change the css to do this, the header background goes right up to where I want it but the menu does not follow.
What am I missing here?? Side note I'm also using the Live CSS module and the site is www.cruisinmd.com
I´m planning on offering services for designing and developing drupal 7 websites. I work with the omega subtheme and am looking for Premium themes that I can use. So far I found two sites offering premium themes based on omega and Drupal 7. Those are:
I've run into a bit of a roadblock using the Omega theme. There doesn't seem to be a way to control the column width and prefix/suffix settings between breakpoints. For example, I might want the branding region to be a column width of "6" in the 768 breakpoint, but I want it to be a full "16" column width in the lower 480 breakpoint.
Since drupal hardcodes the "grid-6" into the region as a class ,all I can think to do is override a "grid-6" class to function as a "grid-16".