Hello – Please view http://pages.sanesolution.com/ on a phone or shrink your browser window accordingly. Note that the breadcrumb bar isn’t vertically centered (screenshot: http://screencast.com/t/LKW9seCneb).
How can we ensure the breadcrumb bar stays vertically centered on all device types? Thanks
Hi stunna42!
It’s probably because your hiding the title. Try adding this to your custom CSS to see if it fixes it.
.responsive .title_container .breadcrumb {
top: 10px !important;
}
Regards,
Elliott
Perfect! Thanks