Enhance styling for Divi theme:
- Added custom styles for slides, including padding and image adjustments. - Updated button styles for better consistency and hover effects. - Improved layout for comment sections and login forms in the sidebar. - Refined search form styles for better usability. - Cleaned up SCSS structure for better readability and maintainability.
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
@@ -571,4 +571,25 @@ body.tax-product_cat {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.et_pb_slide {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.et_pb_slide_image {
|
||||
width: 100% !important;
|
||||
position: static !important;
|
||||
|
||||
margin: 0 !important;
|
||||
|
||||
img {
|
||||
width: 100% !important;
|
||||
height: auto !important;
|
||||
max-height: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.et_pb_slide_description {
|
||||
display: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user