Fix mobile footer overlap: relative positioning instead of absolute
This commit is contained in:
@@ -418,6 +418,10 @@ const isHome = currentPath === '/';
|
||||
.d-menu .with-dropdown .dropdown { display: none; }
|
||||
.d-logo { display: none; }
|
||||
.d-footer .left, .d-footer .right { float: none; width: 100%; }
|
||||
/* Fix footer overlap on mobile */
|
||||
.d-footer { position: relative !important; bottom: auto !important; }
|
||||
.d-content-wrap { padding-bottom: 20px !important; }
|
||||
.d-homepage .d-content-wrap { padding-bottom: 20px !important; }
|
||||
.product-content .right { width: 100%; float: none; }
|
||||
.product-content .left { width: 100%; float: none; }
|
||||
.product-content .sides { width: 100%; }
|
||||
|
||||
Reference in New Issue
Block a user