.home-page-product-grid .product-item
{
width:160px;
}
<li>@aboutUsTopicBlock</li>
<li><a href="@Url.RouteUrl("Topic", new { SystemName = "aboutus" })">@T("AboutUs")</a></li>
Hi David,
It is perfectly fine to have more than one nopCommerce theme on the same instance of nopCommerce during development. Actually this is how we develop our themes locally. We have all of them installed and just switch between them but we still haven't seen a real production store that allows theme selection.
Thanks