Hello!
I'm having trouble placing the social icons in the same "row" as the main navigation (I'm using the classic nav). The ideal result would be the navigation aligned left, the icons right.
I tried the function for the customize plugin Danny provided in this post http://www.pagelines...the-brand-nav/, and tried to locate the correct position with ActionMap.
With this I was able to place the icons anywhere within the page but the same row as the navigation. I thought "pagelines_inside_bottom_nav" would do the job, but all that happens is a line break.
You can see my problem here: http://wuoau.org/
My additional function in functions.php looks like this
add_action('pagelines_inside_bottom_nav', 'social_icons'); function social_icons(){ ?>
</p><div><div class="icons" align="right">













