zHaytam / SmartBreadcrumbs

A utility library for ASP.NET Core (both MVC and Razor Pages) websites to easily add and customize breadcrumbs.
https://blog.zhaytam.com/2018/06/24/asp-net-core-using-smartbreadcrumbs/
MIT License
161 stars 77 forks source link

How can i make SmartBreadcrumbs fixed on top #53

Closed tusharbsale closed 4 years ago

tusharbsale commented 4 years ago

Hi, Looking for some more functionality of SmarBreadcrumbs ; wanted to know is it possible to make Smartbreadcumbs fixed on top below Navbar.

tusharbsale commented 4 years ago

Hi, Looking for some more functionality of SmarBreadcrumbs ; wanted to know is it possible to make Smartbreadcumbs fixed on top below Navbar.

Somehow i am able to find and fixed this issue. Freezing navbar hides breadcrum behind it. just adding

body {
padding-top:60px
}

does the trick. find more here https://stackoverflow.com/questions/18389307/breadcrumb-not-appearing-due-to-the-navbar-fixed-at-top