• Resolved zerocabal

    (@zerocabal)


    Hi,

    first, thank you very much for providing this theme, having lots of fun with it πŸ™‚

    There’s one issue that im having some troubles with, recently intergrated the Breadcrumbs feature on my website to improve navigation.

    Seems to function great everywhere, except on chrome / mobile where the left side padding is missing, and haven’t been able to fix πŸ™

    The issue can be seen in this page: https://historiaonline.com/pre-historia/paleolitico/ (sorry it’s in portuguese)

    thanks,
    z0c

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hey there,

    Glad you’re liking the theme!

    This CSS should fix the spacing issue for you:

    @media all and (max-width: 799px){
    
      #breadcrumbs {
        padding: 0 2.778%;
      }
    }

    Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter zerocabal

    (@zerocabal)

    Hi Ben,

    thank you so much, works perfectly!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome! Stay in touch if you need anything else and I’ll be happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Breadcrumbs format on mobile’ is closed to new replies.