Hi,
I create a blank page, but there are a lot dark space at top and bottom area, how to make the whole page just the main content?
http://www.markhuphotography.com/blank-page
Thanks!
Hey Mark!
Thank you for using our theme.
In custom.css or Enfold -> General Styling -> Quick CSS field put the following and adjust the value as needed:
#top.avia-blank #wrap_all {
vertical-align: top !important;
}
#top.avia-blank #wrap_all .container {
min-height: 580px !important;
}
Cheers!
Günter
Hi!
Please add following code to Quick CSS
#top.avia-blank #wrap_all {
display: block;
}
Best regards,
Yigit