<img src="@Url.Content("~/Themes/Emporium/Content/img/pay_icon1.png")" alt="" />
<img src="@Url.Content("~/Themes/Emporium/Content/img/pay_icon2.png")" alt="" />
<img src="@Url.Content("~/Themes/Emporium/Content/img/pay_icon3.png")" alt="" />
<img src="@Url.Content("~/Themes/Emporium/Content/img/pay_icon6.png")" alt="" />
Greetings,
please write a ticket for this issue and make sure to give us a link to your site so we can investigate it.
@media all and (max-width:1024px) {
.slider-wrapper.theme-mobile {
display: block !important;
}
.slider-wrapper.theme-desktop {
display: none !important;
}
}
@media all and (min-width:1024px) {
.sub-category-grid .item-box {
width: 23.5% !important;
}
.sub-category-grid .item-box:nth-child(odd) {
clear: none;
margin-left: 2%;
}
.sub-category-grid .item-box:nth-child(even) {
margin-left: 2%;
}
.sub-category-grid.three-per-row .item-box:nth-child(3n+1) {
clear: none;
margin-left: 2%;
}
.sub-category-grid .item-box:nth-child(4n+1) {
clear: left !important;
margin-left: 0 !important;
}
}