How do I remove the built-in blank space below the header? The theme is Avada
to remove the built-in blank space below the header you should this css of code:
#main { padding-top: 0; } .header-avada { margin-bottom: 0; }