Bread crumbs look weird

Homepage Community Forums Adapt Theme Support Bread crumbs look weird

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1763
    jaapstronks
    Customer

      Hi, I think the bread crumbs don’t look right, could that be true? See for example my page right here.

      It seems that the text is placed too close to the top of the grey bar it’s placed in; also this grey bar doesn’t have a border or shadow at the top. Either way, it looks like it isn’t styled properly, is that true?

       

      #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.

        #1769
        jaapstronks
        Customer

          Manually changed it, thanks!

          #1770
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Bread crumbs look weird’ is closed to new replies.