Adding ad in menu header next to logo

Hi there,

On my website EndMosquitoes.com I’d like to place an ad banner in the menu next to my logo (728x90).
I have a child theme installed. How can I achieve this?

Thanks in advance!

  • Arnold

Hi Arnold,

Do you mean add the banner on the white space between the logo and the menu? I do recommend not to put it on this place because the banner you are trying to add will not fit on all screen size. If you intend to pursue it, the template is
wp-content\themes\x\framework\legacy\cranium\headers\views\global\_navbar.php.
Copy it on the same folder on your child theme here:
wp-content\themes\x-child\framework\legacy\cranium\headers\views\global\_navbar.php

Another option that might be better is to utilize TOPBAR content area instead. This is the area above you menu and logo. We can enable it on Theme Options > Header >Miscellaneous > TOPBAR: Set to ON. On TOPBAR CONTENT textfield, add the html code of the ad banner.

Hope this helps.

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