Close

Sub categories on home page

michaelswain
8 years ago
#9430 Quote
Avatar
  • 2
Hi,
We recently upgraded from 2.65 to 3.50 and installed the latest Shop All Theme. On the home page we have up to seven subcategories listed to the right of the image of the parent category. In earlier versions  all the subcategories were shown and could be clicked on. With the latest version, the lower subcategories are behind the next set of parent categories as you scroll down the home page. Any suggestions on getting all the subcategories to be visable  to the right of the image. Our website: shop.milwaukeemap.com
nikola.dragiev
8 years ago
#9441 Quote
Avatar
  • Moderator
  • 154
Hello,

We have located and fixed the problem, but it will take some technical time for it to be deployed to our theme package. So until then I will provide you with a fix. Please go to Plugins / Nop Shop All theme / Settings and paste this code in the Custom Head Styles field:

@media (min-width: 981px){
.home-page-category-grid .item-grid .item-box .sub-category {
  position: static;
  margin-left: 49%;
  margin-top: 22px;
}
}
Best regards,
Nikola Dragiev
Nop-Templates.com
michaelswain
8 years ago
#9447 Quote
Avatar
  • 2
Thank you Nikola!
Michael