css file not updating?
-
Hi, I’ve set to use external css file. Sometimes it doesnt update, for example just now I was writing a blog post, added products with 4 elements grid. One works fine and other one displays one product per line. Checking the content, one has CSS
.elementor-29806 .elementor-element.elementor-element-0110b73 .modern-grid {
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 30px;
grid-row-gap: 30px;
}and the other one, which for some unknown reason is not a grid:
.ecomm-product .modern-grid {
grid-gap: 30px;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.