• Hello…each time I insert my logo in, I’m get a warning message above it. So now what I’d like to do is have a big banner image the same size as the header space above the “pre-header” nav menu (1600×300) and put it where the “logo” space currently is.

    Any help would be appreciated – Thanks.

Viewing 1 replies (of 1 total)
  • Around line 76 in wp-config.php replace this:

    define('WP_DEBUG', false);

    With this:

    ini_set('log_errors','On');
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);

    This will fix the logo warning.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove and/or Adjust Header and/or Logo Space in Grow Theme’ is closed to new replies.