How do I erase this blank space that appears between the menu and the content?
Hi cavaldi2
Add to custom.css this code
.page-header { margin-top:-20px!important; }
Regards