Skip to content

Commit b35f027

Browse files
ENGCOM-1606: Responsive Design Footers bottom of screen on mobile devices #15118 #15353
- Merge Pull Request #15353 from chirag-wagento/magento2:responsive-design-footers - Merged commits: 1. eef111f
2 parents 9a28908 + eef111f commit b35f027

File tree

1 file changed

+7
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Theme/web/css/source

1 file changed

+7
-0
lines changed

app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
display: block;
266266
padding: @indent__s;
267267
text-align: center;
268+
box-sizing: border-box;
268269
}
269270

270271
.page-header,
@@ -415,6 +416,12 @@
415416
}
416417
}
417418
}
419+
.page-footer,
420+
.copyright {
421+
bottom: 0;
422+
position: absolute;
423+
width: 100%;
424+
}
418425
}
419426

420427
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {

0 commit comments

Comments
 (0)