Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #427213

    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!

    #427473

    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

    #428455

    Thanks Günter,

    But it seems not working,

    please check my pic link

    Thanks a lot!

    Mark

    #428580

    Hi!

    Please add following code to Quick CSS

    #top.avia-blank #wrap_all {
      display: block;
    }

    Best regards,
    Yigit

    #430663

    Hi, the problem solved!

    Thanks!

    • This reply was modified 9 years, 6 months ago by Jory.
    #431110

    Hi!

    Great, glad you got it fixed.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Blank page question’ is closed to new replies.