Add responsive styling for Ekomi widget on index page
- Introduced flexbox layout for the .box-ekomi-widget to enhance responsiveness. - Set .title_block to occupy full width. - Adjusted widths for specific Ekomi widget elements to improve layout on the index page.
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
@@ -5806,4 +5806,23 @@ body:not(#index) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
body#index {
|
||||
.box-ekomi-widget {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.title_block {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ekomi-widget-sf1479766890a0175aa13 {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.ekomi-widget-sf14797668b168fac5bd0 {
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user