Skip to content

Commit

Permalink
Fixed Footer content going outside of div
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Jan 17, 2017
1 parent def9e7e commit 3f507af
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public_html/layout/denim_curve/css_ltr/custom.css
Expand Up @@ -6,3 +6,10 @@
.block-left-content .third-party-login input {
width: 100%;
}

/* Make sure footer content stays within footer div */
#footer-content {
width: auto !important;
margin: 0 auto;
/* width: 1140px; */
}
7 changes: 7 additions & 0 deletions public_html/layout/denim_curve/css_rtl/custom.css
Expand Up @@ -6,3 +6,10 @@
.block-left-content .third-party-login input {
width: 100%;
}

/* Make sure footer content stays within footer div */
#footer-content {
width: auto !important;
margin: 0 auto;
/* width: 1140px; */
}

0 comments on commit 3f507af

Please sign in to comment.