Home › Forums › WoodMart support forum › tool tip › Reply To: tool tip
June 17, 2018 at 2:49 pm
#63350

Elise Noromit
Member
Hello,
The problem is caused by this css rules http://prntscr.com/jvy33z
Try this these two ways and choose the best for you:
.single-breadcrumbs-wrapper {
padding-top: 40px;
}
Or this one:
.single-breadcrumbs-wrapper {
margin-top: -20px;
}
Best Regards