How to make two logo in header

How to make two logos in the header?
1 logo in the left side and another one in right side.

Hi @baruan,

I hope you are well today and thank you for your questions.

First logo you can set from theme Header Options as shown in the attached screenshot.

To display second logo we have to develop custom CSS code so please share me your site URL and second logo URL so that i can help you to achieve it.

Best Regards,
Movin

Hi Movin

Ty for your replay
I did my site in localhost
I dont know how to share to you
Can i send image to you? so you able to know the position my second logo

I attached my img in this replay

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

section.hgroup-right:before {
    content: '';
    display: block;
    width: 200px;
    height: 100px;
    max-width: 100%;
    background: url("https://colorlib.com/wp/wp-content/uploads/sites/2/colorlib-logo-top.png") no-repeat;
    background-size: 100%;
}

Please change the image URL and other attributes of it in the above CSS code to whatever you want to.

Hi movin
Ty for your replay
Your code is working , but when i try to change logo
isnot working
how to change the logo if my logo img in folder ? in other word it like how to upload

You have to upload that image in the media gallery of your WordPress site then you can get its URL as described on the following page.

Ty Movin for helping me

You are most welcome here :slight_smile: