[Resolved] Customize the order of the header contents

Home Forums Support [Resolved] Customize the order of the header contents

Home Forums Support Customize the order of the header contents

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #382196
    Roman

    Hi,

    I would like to change the order of the header contents. Default order is:
    1/ Header widget
    2/ Site title and tagline
    3/ Site logo

    I would like to achieve this order:
    1/ Site logo
    2/ Site title and tagline
    3/ Header widget

    I have thought following snippet would do, but it did not:

    function generate_header_items() 
    {
    	// Site logo
    	generate_construct_logo();
    
    	// Site title and tagline
    	generate_construct_site_title();
    
      // Header widget
    	generate_construct_header_widget();
    }

    What am I doing wrong, please?

    #382197
    Roman

    Sorry, it works like a charm if one do not forget to activate the snippet ๐Ÿ™‚

    #382321
    Leo
    Staff
    Customer Support

    Glad you figured out ๐Ÿ™‚

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