This topic has 1 reply, 1 voice, and was last updated 2 hours, 49 minutes ago ago by Tal
hey on my old website im using this code u gave me:
@media only screen and (max-width: 768px) {
.products-bordered-layout.with-ajax .ajax-content>.category-grid, .products-bordered-layout:not(.with-ajax)>.category-grid {
border: none;
margin: 0 !important;
}
.products-bordered-layout.with-ajax .ajax-content>.category-grid > a, .products-bordered-layout:not(.with-ajax)>.category-grid > a {
border: 1px solid var(--et_border-color);
}
.products-grid .product-category {
width: 25% !important;
}
now i build the website using elementor builder and this code not works anymore.
i want to resize on mobile and on desktop to . on my old website its on mobile only.
You must be logged in to reply to this topic.Log in/Sign up