Reply To: How to swap Logo and Title position?

Home Forums Support How to swap Logo and Title position? Reply To: How to swap Logo and Title position?

Home Forums Support How to swap Logo and Title position? Reply To: How to swap Logo and Title position?

#199099
Lisa

Thanks, got the alignment sorted. But I’m after the logo going in between the title and tagline. Can I separate them in the code?

Instead of:
// Site title and tagline
generate_construct_site_title();
// Site logo
generate_construct_logo();

I tried this, but it’s definitely not right because it resulted in errors:

// Site title
generate_construct_site_title();
// Site logo
generate_construct_logo();
// Site tagline
generate_construct_tagline();