-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two columns in header #98
Comments
I have studied you question about to columns in the header. You can do this at the moment: In your function.php (child theme) write:
return get_template_part( 'content', 'beforeheader'); calls a template content-beforeheader.php:
Does this make sense for you? Please let me know. Note the current header.php calls jbst_header, with:
So in an alternative solution will be to do:
Good question! Helps me too. I realize now we need more specific header hooks in future versions. |
How should I properly create two column for header. Left column is for the logo and the right column is for the social icons and contact.
The text was updated successfully, but these errors were encountered: