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 am using the Garland theme for a new intranet I am creating and I've run into a problem that I can't figure out. I have several menus on the left sidebar which work fine. But the spacing between them is greater than I would like. Does anyone know how to decrease this spacing? I assume I would have to modify the style.css file for the Garland theme, but I don't know which section/line. I've included am image to show what I am talking about. Any help is greatly appreciated.
hi all! i have a problem with my drupal instance. i want to show some blocks and info in my first sidebar ( right sidebar), but when the user logs in, both sidebars ( left and right) doesnt show up). i can see on anonymous user,
my blocks shows on all pages, for all the roles. i searched on page.tpl file, and its supossed to show the sidebar, but no.
any idea? am i missing some kind of configuration or file?
How is it possible to use different Advertising code for category and page?
At the moment I can set in taxonomy/category at 'Werbemittel' something like advertising a JS code. So the advertising will be used on all pages in that category.
But I also like to add a 'Werbemittel'/advertising an single pages. For that I have added a fileld on the page where I can add the jS code. But that JS code is not shown. How can I tell Drupal that on a page he should use my JS code for the page?
i want to add a picture a the left of the title on my drupal 8 website. I don't know how to do it in the template folder, on the block-system-branding-block.html.twig
i'm adding pictures in blocks at the bottom of my drupal 8 website. But my bottom as a color brackground and we can see the block limits, the borders... Like a blank line. Why and how can i remove them easely ?
I'm Developing a Coupon website using Drupal 8 and really enjoying playing with Drupal 8. However, I've created a node type called deal and added a date field named expire. Now I want to change or add class when the node reached the expire date so then it will be automatically marked as expire by changing node class from active to expire.
How do I create the functionality whether programming or using modules?