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.
The site is in dutch but here's the problem. On the contactpage there is a gap on the left side of the red square around the content area. All the other pages don't seem to have this problem.
Using very little css to build the lay-out. Basic table with images in them. Expandable cells with background images for auto-adjustment in both width and length.
I'd like to show only specific fields when I select "Teaser List" (view type) for my custom blocks. However, View only allows "fields" editing for the full node view (page).
Is there a way to edit what fields you want to be shown on "Teaser List" block without affecting the default fields on the view Page?
I am trying to make one menu (with id# 60) load with a ul list id="globalnav" on the first top level ul list.
I have figured out this override in my template.php file:
function phptemplate_menu_tree($pid = 60) {
if ($tree = menu_tree($pid)) {
return "\n<ul id=\"globalnav\">\n". $tree ."\n</ul>\n";
}
}
But this puts the ul="globalnav" on every ul in the menu tree... Can anyone show me how to modify this so it only puts the id on the first ul in the menu tree?
I am still relatively new to all this and I recently borrowed some code to theme the secondary menu items and I think it is choking on the integration with the "me" module.
im using the zen theme and want to modify ONLY the width of the right module
after hours of trial and error using firebug i still cant find a solution
can anyone shine some light on this?
my layout.css is here: