@media (min-width: 769px) {
.item-box {
width: 23.5%;
}
.item-box:nth-child(3n+1) {
clear: none;
margin-left: 2%;
}
.item-box:nth-child(4n+1) {
clear: both;
margin-left: 0;
}
}
@if (Model.RecentlyViewedProductsEnabled)
{
<li><a href="@Url.RouteUrl("RecentlyViewedProducts")">@T("Products.RecentlyViewedProducts")</a></li>
}
@if (Model.CompareProductsEnabled)
{
<li><a href="@Url.RouteUrl("CompareProducts")">@T("Products.Compare.List")</a></li>
}
<ul class="list">
@if (Model.CompareProductsEnabled)
{
<li><a href="@Url.RouteUrl("CompareProducts")">@T("Products.Compare.List")</a></li>
}
@foreach (var topic in Model.Topics.Where(x => x.IncludeInFooterColumn2).ToList())
@*@if (Model.CompareProductsEnabled)
@*@if (Model.AllowCustomersToApplyForVendorAccount)
<div class="filters-button">
<span>YOUR_TEXT_HERE</span>
</div>
.button-1 {
min-width: 140px;
border: none;
background-color: #4ab2f1;
padding: 10px 30px;
text-align: center;
font-size: 15px;
color: #fff;
text-transform: uppercase;
}
.button-1:hover {
background-color: #248ece;
}
#popup .button-1 {
min-width: 140px;
border: none;
background-color: #4ab2f1;
padding: 10px 30px;
text-align: center;
font-size: 15px;
color: #fff;
text-transform: uppercase;
}
#popup .button-1:hover {
background-color: #248ece;
}
Greetings,
we investigated the issue and you need to add the bolded line of code in your carousel.css file (on line 72), which is located in ~Plugins/SevenSpikes.Nop.Plugins.CloudZoom/Themes/DefaultClean/Content/carousel/carousel.css :
.picture-thumbs a.cloudzoom-gallery {
display: block;
position: relative;
width: auto;
height: auto;
margin: 0;
padding: 0 5px;
}