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.
I've got a bunch of fields which show the latest three images for a specific content type. Now I'm using the EVA module to attach it as a field to one of those content's nodes. In the Views I've used a thumbnail size image for the display but they're when I use them as a field value size-wise the images render the entire width is of the page.
So I'm thinking think my solution could be either one of these :
I'm trying to add a wrapper around a zone: For example, on this link. I want to use a wrapper around the three preface regions so that they have a uniform background color. I don't seem to be able to configure that correctly. Is there a way? http://cci.prod2.webenabled.net/#overlay-context=node
Second quest> Is there a way to increase the size of a region to include the left or right margin space?
I've been searching around for this issue for the last couple hours and could only find similar issues, not anything that matches this issue.
Here is the issue.
I am working on a drupal 6 site, using adaptive theme and css/js aggregation. I am trying to implement a responsive layout using @import. The base.css file is aggregated and any css changes to that file are refreshed when I clear the cache. However any css changes made to imported css files are not recognized. Turning off css aggregation is not an option.