Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #209418

    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

    #209524

    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

    #209559

    Thanks Yigit … works well :-)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to get breadcrumbs at the top right of the page’ is closed to new replies.