LoginSignup
2
2

More than 5 years have passed since last update.

Twitter Bootstrap Examples の Sticky-Footer と WP Lightbox 2 を組み合わせて使うときの注意

Posted at

下記の #outerImageContainer がポジション調整用。

/* sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* margin bottom by footer height */
  margin-bottom: 215px;
  padding-bottom: 20px;
}

footer {
  position: absolute;
  bottom: 0;
  /* set the fixed height of the footer here */
  height: 215px;
}
/* for lightbox position */
#outerImageContainer {
    margin-top: -60px;
}
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2