• Resolved RickyC90

    (@rickyc90)


    Hello! I recently changed the header size using this code in the functions.php

    add_theme_support( ‘custom-header’, array(
    ‘header_image’ => ”,
    ‘header-selector’ => ‘.site-title a’,
    ‘header-text’ => false,
    ‘height’ => 120,
    ‘width’ => 1260,
    ) );

    In web view everything looks great, but when I look at it on mobile view the header is really small. Anybody know some code to separate web and mobile? The mobile view looked fine with the original settings. I am very new to WordPress so any help is much appreciated! Here is my site so you can take a look https://blog.bpabenefits.com

Viewing 1 replies (of 1 total)
  • Thread Starter RickyC90

    (@rickyc90)

    Fixed it myself, did not know you can set the header to any height you want. Changed it a bit and now everything looks fine, no magic code needed.

Viewing 1 replies (of 1 total)
  • The topic ‘Header changed for Web but not for mobile’ is closed to new replies.