Reply To: How can I edit the css to achieve this?

Homepage Community Forums Legacy Theme Support How can I edit the css to achieve this? Reply To: How can I edit the css to achieve this?

#8424
Wes
Moderator

    I would need a link in order to know for sure (screenshot won’t work)….but if you want to find it take a look at editing your .site-inner and edit the margin/padding. Then look for the breadcrumbs in your css –

    .breadcrumb {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    }