[Resolved] why oh why is my logo down there?

Home Forums Support [Resolved] why oh why is my logo down there?

Home Forums Support why oh why is my logo down there?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1409857
    sparkle

    i must have some setting somewhere that’s causing this because i tried deleting all my custom css and still my logo sits below my site description. in my Customizer > Layout > Header it looks like this, and i would rather the logo above the description.

    View post on imgur.com

    #1410106
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this PHP:

    add_filter( 'generate_header_items_order', function() {
        return array(
            'header-widget',
            'logo',
            'site-branding',
        );
    } );

    Let me know ๐Ÿ™‚

    #1410138
    sparkle

    yes! that did it! thank you!

    #1411419
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.