nope, sorry. Take a look: http://cohenequities.com/
still no good unfortunately, now it’s all the way to the right of the menu, and when resizing it drops below the menu
we’re close!
currently floating off to the right of the nav, I want to get it to be directly to the right of the main logo.
Also, this is what i have in functions.php:
add_action('ava_after_main_menu','custom_things');
function custom_things() {
echo '<div class="secondary-logo"><a href=“http://www.candkproperties.com" target="_blank" ><img src="http://cohenequities.com/wp-content/uploads/2015/01/2.png"></a></div>';
}
and it’s still prefacing it with the current domain.
also when trying to make the new logo clickable it prefixes the site domain before the new link. Is there anyway to remove that?
Thanks! this link definately helped me get the 2nd logo in there – however, i’m having issues getting it aligned. Is there a quick-css way to get this done? it’s currently at cohenequities.com
Thanks!