hello,
i need two diffrent logos in my header. one on the left and the other on the right side.
someone who knows how?
thx steven
Hey hellwegsolution!
You can use a widget area to the header and from there add a Text Widgets and an image!
Let us know if that works out for you.
Best regards,
Basilis
Hi Basilis,
I also want to have two logos in my website. The one on left and right, the menu should be centered. Thank you.
Hi!
Please create two widget areas in Appearance > Widgets and then change the code to following one
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
function enfold_customization_header_widget_area() {
dynamic_sidebar( 'header' );
dynamic_sidebar('header-new');
}
Best regards,
Yigit
Can you provide me the css? Thanks
Hi,
Here is what I want to accomplish, please check the image.
So I would want you to provide me the PHP code/Function and the CSS to display the logos in right places.
Thank you.
Hi,
Please use the code provided here: https://kriesi.at/support/topic/zwei-logos-im-header/#post-646085
Best regards,
Ismael