I would like to move the logo in center and move the menu below the logo. I am not sure how to do it, so I need your help. The current layout is like this and I want to make it like this.
It will work right away once added to the “Additional CSS” section in the Customizer. You can find lots of other snippets for customizing Tracks in the CSS snippets collection too.
But the tagline below the logo gets hidden inside the menu on smaller screens. I want it to show on all screens, including mobile. What css should I add for that?
Oh. I will try seeking help from a developer friend since I want it that way.
But I have an idea for now. What if I add a ‘new tagline code’ for screens that show the mobile menu? That way, it will show the ‘new tagline’ when mobile menu is active, and on desktop the original one will show. Is that doable?!
Thanks for taking the time to answer my questions Ben. ??
You can copy menu-primary.php and header.php from Tracks into the child theme. Then copy the tagline in menu-primary.php into the header.php file and remove it from menu-primary.php. Then it can always display below the logo and won’t be included in the menu.