How do I increase the size (height) of the middle section?
I'm trying to make a version that just has the backround, header, footer, and contact form in the center. Please help.
Middle section height was resized by javascript. To disable is you need to edit js/script.js. Go to line 32 & 36: autofit(); and comment it: //autofit();
autofit();
//autofit();
Next, open css/style.css, go to line 268 .md-mainimg { and add custom height here. That's all
.md-mainimg {
I'm trying to make a version that just has the backround, header, footer, and contact form in the center. Please help.
Middle section height was resized by javascript. To disable is you need to edit js/script.js. Go to line 32 & 36:
autofit();
and comment it:
//autofit();
Next, open css/style.css, go to line 268
.md-mainimg {
and add custom height here. That's all