Title: Bottom-Margin issues
Last modified: August 22, 2016

---

# Bottom-Margin issues

 *  [jsnowbusiness](https://wordpress.org/support/users/jsnowbusiness/)
 * (@jsnowbusiness)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/bottom-margin-issues/)
 * First off – Great theme! Love how simple but elegant and powerful looking it 
   is.
 * I did run into some bottom-margin issues on my home page regarding the .entry-
   content and .widget-area.col-md-3 classes when viewing in mobile or desktop that
   I put band-aids on with:
 *     ```
       @media screen and (max-width: 1200px) {
         	.home .widget-area.col-md-3 {
           margin-bottom: 4.5em !important;
       	}
       }
       ```
   
 * and
 *     ```
       @media screen and (min-width: 1201px) {
         .home .entry-content {
           margin-bottom: 2.5em !important;
       	}
       }
       ```
   
 * (The 1200 coincides with the responsive display of the table on the home page)
 * The site I’m messing with is [http://getfastvpn.com](http://getfastvpn.com) if
   you want to check out what I mean. I could be crazy, or maybe a plugin is conflicting
   with things too.. always possible!
 * Again, thanks for providing us with this awesome theme!

Viewing 1 replies (of 1 total)

 *  Theme Author [Mattia Migliorini](https://wordpress.org/support/users/deshack/)
 * (@deshack)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/bottom-margin-issues/#post-5658271)
 * Hi jsnowbusiness,
    sorry for the excessive delay.
 * I did not get the point, but maybe you removed that part of code in the mean 
   time.
 * Please, let me know if you still need help.

Viewing 1 replies (of 1 total)

The topic ‘Bottom-Margin issues’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Mattia Migliorini](https://wordpress.org/support/users/deshack/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/bottom-margin-issues/#post-5658271)
 * Status: not resolved