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'm currently tuning a custom theme based on bootstrap.
My issue is that header zone is always at least 1px height, even if empty. You'll see it here https://pit68.be/drpl/recherche just between banner at content.
I enabled theme debug on my drupal 7 installation using drush vset theme_debug 1, But Now I can't disable theme debug using drush vset theme_debug 0, What the wrong, Is there any wrong or typo mistake in the drush command above?
I also tried to comment out $conf['theme_debug'] = TRUE; in the settings.php and then replaced with $conf['theme_debug'] = FALSE; but none works.