implement custom theme styles and update docker configuration

This commit is contained in:
Alaguraj0361 2026-03-30 17:30:17 +05:30
parent 3ce582b17d
commit 612192c91e

View File

@ -1007,12 +1007,12 @@ section h2.display-4 {
// Blog Detail Page - ensure content is not hidden by floating footer CTA bar
// The footer's .footer-cta-bar-wrapper uses margin-top: -140px to float up into page content
.s_blog_detail_section {
padding-bottom: 300px !important;
padding-bottom: 100px !important;
}
// Also ensure the oe_structure wrap div doesn't clip content
#wrap > .s_blog_detail_section:last-child {
padding-bottom: 300px !important;
#wrap>.s_blog_detail_section:last-child {
padding-bottom: 100px !important;
}
// Blog Section