Image next to brand logo

Hello!

I’m trying add a second image next to my brand logo and found a topic here on it:

However, I don’t seem to have a _brand.php file in the x/framework/views/global/_brand.php directory.

Any help would be greatly appreciated.

Thanks!

Nevermind, I think I’m good now.

I found the _brand.php in the following directory:

x/framework/legacy/cranium/headers/views/global

I copied that over to the same directory in my x-child directory and added the following snippet to the end of the file:

<a href="URL" class="CLASS"><img src="IMG_URL"></a>

After that I opened up the CSS Customizer and added the float:right; property to get the image next to my brand logo.

Glad you’ve sorted it out :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.