delinea
Hi,
It's padding of header block.
You can use this custom CSS code:
@media (max-width: 480px) {
.t3-header {
padding-bottom: 0 !important;
}
}
put into the file: root/templates/ja_lawfirm (your default template)/css/custom.css (Create this file if it doesn't exist)
Regards