/* Sticky Footer */
.site-container {
display: -ms-flexbox;
display:-webkit-flex;
display:-webkit-box;
display:flex;
-ms-flex-direction:column;
-webkit-flex-direction:column;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
min-height:100vh;
}
.site-inner {
-ms-flex:1;
-webkit-flex:1;
-webkit-box-flex:1;
flex:1;
width: 100%;
padding: 20px 0;
word-wrap: break-word;
}
Great content! Super high-quality! Keep it up! 🙂
Awesome write-up. I am a regular visitor of your web site and appreciate you taking the time to maintain the nice site. I’ll be a regular visitor for a long time.
Thank You, Ralph, I’m happy to hear that!
You actually make it seem so easy together with your presentation but I to find this topic to be actually
one thing which I think I would never understand.
It kind of feels too complicated and extremely vast for me.
I’m taking a look forward on your subsequent publish, I’ll attempt to get the
hold of it!
Greetings! I’ve been following your web site for a long time now and finally got the courage to go ahead and give you a shout out from Lubbock Texas! Just wanted to mention keep up the good work!
I rem out the padding because it causes the content to go edge to edge with the new genesis sample theme.
.site-inner { -ms-flex:1; -webkit-flex:1; -webkit-box-flex:1; flex:1; width: 100%; /*padding: 20px 0;*/ word-wrap: break-word; }And now it works great.