Bug breadcrumbs on mobile

Home Forums Gravida Support Bug breadcrumbs on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #121668
    info1363info1363
    Participant
    • Topics: 8
    • Replies: 19
    • Total: 27
    Member since: August 21, 2018

    Hi,
    Chris helped me before with the breadcrums.

    I didn’t noticed till now, but the breadcrumbs are working not yet perfectly… responsive.

    On my mobile the breadcrumbs are out of the screen and in a white place on the right.
    I have placed some screenshots here: https://www.keigaafbrabant.nl/test/

    Hope you can tell my how to fix..

    Kind regards,
    Sam

    #121721
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:960px) {
    #breadcrumbs { width:100%; padding:0 0 0 40px; box-sizing:border-box;}
    }

    Regards,
    Chris

    #121726
    info1363info1363
    Participant
    • Topics: 8
    • Replies: 19
    • Total: 27
    Member since: August 21, 2018

    Thanks!!!

    #121729
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    Member since: August 16, 2013

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.