Formatting the navigation results section

The results in the navigation section may be misaligned 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;
}