• 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 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

    (@deshack)

    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.