Jump to content
Sign in to follow this  
krumvillebakeshop

HELP with FINDING the RIGHT HOOK CODE for Brandnav section

Recommended Posts

krumvillebakeshop

Hello Everyone, I'm trying to add an extra image (Gluten Free Artisanal Baked Goods) inside (top-right) the brandnav. I got to the point where the image shows under the navigation. see site for example: http://www.krumvillebakeshop.com/ this is the function I've added:

	add_action('brandnav_after_nav', 'az_brandnav_tagline');
	
	function az_brandnav_tagline() { ?>
	 <div class='img'>
	  
	 </div>
	<?php }
	[/code]

I've tried all the different hooks codes suggested in the template brandnav section, non of them worked out to position the image inside the brandnav. not sure what to do next. any advice? Thank you, Antonella

Share this post


Link to post
Share on other sites
cmunns

Did you try `pagelines_inside_bottom_brandnav`?

Share this post


Link to post
Share on other sites
krumvillebakeshop

It worked! thank you so much Adam! I'm trying now to move it in position with firefox, is only letting me shift it horizontally, changing the top or bottom padding doesn't move the image, is there a trick I can use? I just need to align the tagline to the top of the logo. thanks again!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×