Title: bottom margin
Last modified: August 22, 2016

---

# bottom margin

 *  Resolved [sensitiveaesthete83](https://wordpress.org/support/users/sensitiveaesthete83/)
 * (@sensitiveaesthete83)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bottom-margin/)
 * Hi there,
 * I am using the boxed version of ALBAR template. I am just wondering if there 
   is a way to minimise the white space in the content area of the static page. 
   I have looked around in the CSS but can’t seem to find anywhere to change it.
 * As it appears on the home page ; [http://www.sensitiveaesthete.com/](http://www.sensitiveaesthete.com/)
 * Thanks for any help!

Viewing 1 replies (of 1 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bottom-margin/#post-5794110)
 * Hey there sensitiveaesthete83,
 * How are you doing today?
 * This can be done with some custom CSS. Since the theme has it’s own custom CSS
   tab which is located in Appearance >> ALBAR Settings >> Styling Settings >> Custom
   CSS you can add this code there:
 *     ```
       @media screen and (min-width: 800px) {
       .home div#primary {
       margin-bottom: -270px;
       }
       }
       ```
   
 * This should reduce the content area on home page only.
 * Hope this helps 🙂
 * Best regards,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘bottom margin’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/albar/1.8.00/screenshot.png)
 * Albar
 * [Support Threads](https://wordpress.org/support/theme/albar/)
 * [Active Topics](https://wordpress.org/support/theme/albar/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/albar/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/albar/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/bottom-margin/#post-5794110)
 * Status: resolved