Reply To: Bread crumbs look weird

Homepage Community Forums Adapt Theme Support Bread crumbs look weird Reply To: Bread crumbs look weird

#1768
Wes
Moderator

    Yes Genesis by default is coded this way with a -10px top margin.  So to fix it you can change the -10px to “0” instead.  This is one of those small things that slips by when creating a theme from scratch.

    You can apply the update manually by going to your css on or around line 496 and making the change to appear like this –

    .breadcrumb {
    font-size: 14px;
    margin: 0 0 30px;
    padding: 5px 10px;
    }

    Or if you haven’t made any changes to your css, then you could re-download the theme as I have added that change to the css…..only do this if you haven’t made any changes to your css or it will override any updates you’ve made.

    Thanks for pointing that out.