Title: Adding a margin-bottom (or padding-bottom)??
Last modified: August 20, 2016

---

# Adding a margin-bottom (or padding-bottom)??

 *  Resolved [vinchoz](https://wordpress.org/support/users/vinchoz/)
 * (@vinchoz)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/adding-a-margin-bottom-or-padding-bottom/)
 * Hello,
 * I’m looking for adding a margin or padding bottom to the #supersized… i have 
   a bottom menu fixed which is 150px high and i don’t want the pics go under it
 * Is there a solution?
    I tried with this method:
 * [https://github.com/buildinternet/supersized/issues/72](https://github.com/buildinternet/supersized/issues/72)
 * but it didn’t work for me…
    Did somebody already resolve this?
 * already many thanks
 * Vinchoz
 * [http://wordpress.org/extend/plugins/wp-backgrounds-lite/](http://wordpress.org/extend/plugins/wp-backgrounds-lite/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [InoPlugs](https://wordpress.org/support/users/inoplugs/)
 * (@inoplugs)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/adding-a-margin-bottom-or-padding-bottom/#post-3234703)
 * Hi,
    The supersized element has a fixed position – thus you should be able to
   move it with the css top attribute like:
 *     ```
       #supersized{
       top:150px;
       }
       ```
   
 *  Thread Starter [vinchoz](https://wordpress.org/support/users/vinchoz/)
 * (@vinchoz)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/adding-a-margin-bottom-or-padding-bottom/#post-3234739)
 * Thank’s for the real fast answer.
 * I thought about this solution but i need the “space” in the bottom screen.
    My
   BOTTOM navigation is 150px high… and i would have #supersized height = 100%-150px…
   And the images also: height = 100%-150px
 * Do i have to “play” with the JS?
 *  Plugin Author [InoPlugs](https://wordpress.org/support/users/inoplugs/)
 * (@inoplugs)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/adding-a-margin-bottom-or-padding-bottom/#post-3234750)
 * Yes, unfortunately you’ll need to rewrite the supersized script. You can find
   the source code here: [https://github.com/buildinternet/supersized/blob/master/slideshow/js/supersized.3.2.7.js](https://github.com/buildinternet/supersized/blob/master/slideshow/js/supersized.3.2.7.js)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Adding a margin-bottom (or padding-bottom)??’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-backgrounds-lite_a8a8a8.svg)
 * [WP-Backgrounds Lite](https://wordpress.org/plugins/wp-backgrounds-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-backgrounds-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-backgrounds-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-backgrounds-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-backgrounds-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-backgrounds-lite/reviews/)

## Tags

 * [margin](https://wordpress.org/support/topic-tag/margin/)
 * [supersized](https://wordpress.org/support/topic-tag/supersized/)

 * 3 replies
 * 2 participants
 * Last reply from: [InoPlugs](https://wordpress.org/support/users/inoplugs/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/adding-a-margin-bottom-or-padding-bottom/#post-3234750)
 * Status: resolved