Hi,
first i want to thank you for this amazing support! I’ve already found a lot of answers here! (y)
My problem is, that i want to display the breadcrumbs at the top right, above my header. I am using the fixed header with social buttons and additional navigation and it would be nice to display the breadcrumbs in the “phone number or small info text area” … any hints?
Thanks a lot,
Michael
Hi MichaelAbel!
In WordPress dashboard please go to Appearance > Editor and open Header.php file and find following line
if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);
and add following right below it
echo avia_breadcrumbs();
then add following code to Quick CSS in Enfold theme options under Styling tab
#header_meta .breadcrumbs { float: right; margin-top: -25px; }
Best regards,
Yigit
Thanks Yigit … works well :-)