Hello,
I would like to make the header image larger - ideally full width. I’d like the menu to show up either below (preferred) or on top of the image. I am using a child theme, and in the custom-header.php file I added:
flex-width’ => true,
right below:
flex-height’ => true,
I also replaced the values 300 and 66 (width and height) with 1200 and 256 (the size of the image I want to use), but the image still loads as a tiny 300x66.
Any suggestions?
Thanks in advance!