Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #636340

    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

    #636408

    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

    #661486

    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.

    #661527

    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

    #661565

    Can you provide me the css? Thanks

    #661756

    Hi,

    Of course we can, what would you like to change?

    Thanks,
    Rikard

    #662626

    Hi,

    Here is what I want to accomplish, please check the image.

    Header with two logos

    So I would want you to provide me the PHP code/Function and the CSS to display the logos in right places.

    Thank you.

    #664114

    Hi,

    Please use the code provided here: https://kriesi.at/support/topic/zwei-logos-im-header/#post-646085

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.