Add new features to cmsproducts module and update version to 1.6.5
- Implement methods for returning customer gallery by product and category - Update blog template for improved formatting and readability - Add new exception log for January 2025 and remove outdated log from September 2024 - Introduce CSS styles for blog detail layout
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -5565,4 +5565,16 @@ body {
|
||||
.inscription {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.blog-detail {
|
||||
.products {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
flex-wrap: wrap;
|
||||
|
||||
article.product-miniature {
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user