Sorry if this has been answered but can’t find it in the forum.
I want to display the site title between the logo on the left and the menu on the right, and be able to select font color and size for this. In the forum, I saw to add this at the end of functions.php
add_action( ‘ava_after_main_menu’, ‘enfold_customization_add_stuff_to_header’ );
function enfold_customization_add_stuff_to_header() {
echo ‘<span class = “site_title”>’.get_bloginfo(“name”).'</span>’;
}
But when I do this, the site title is left justified and overlaid with the logo. How can I position it between the logo and the menu.
Thanks,
Yvonne
Hi Yvonne!
Thanks for getting in touch with us!
To adjust the site title between the logo and your menu, you will need to adjust it with CSS code. You can try the following:
.site_title {
margin-left: 20%;
}
If that does not help, could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Cheers!
Jordan