Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to add the font-size property to your CSS file, for example:
    from

    #breadcrumbs {
    box-sizing: border-box;
    max-width: 978px;
    width: 100%;
    margin: 0 auto;
    }

    to

    #breadcrumbs {
    box-sizing: border-box;
    max-width: 978px;
    width: 100%;
    margin: 0;
    font-size: 16px;
    }
    Thread Starter Coder8

    (@codor01)

    Thanks)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to move breadcrumbs to the left?’ is closed to new replies.