Home › 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?
October 24, 2013 at 11:39 am
#8424

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;
}