How do I remove the extra space above the logo on the home page? website: http://www.sidneygracephoto.com/
Put the following code in your custom css Appearance -> theme options -> styling options -> custom css .content-wrapper .logo { margin-top: 0px !important; } This will solve your problem.