Formatting the navigation results section
The results in the navigation section may be off because of the image.
You can adjust the image size by modifying the CommerceBasicShellStyle-PC.css
file and changing the min-height attribute in the following class:
.topLevelCategoryContainer {
float: left;
margin: 10px;
min-height: 175px;
width: 200px;
text-align: center;
}