Decrease the height of header

Hi all,
@israel.cefrin @anupent

I am using Ojs 3.1 with manuscript theme, http://jurnalbeta.ac.id
What css codes to decrease the header’s height?
image

Try this:

.pkp_site_name{
    padding:0;
}

Regards,
1 Like

To further decrease the height, add this:

.pkp_site_name > a{
    padding:0;
}

@anupent

Thanks a lot, it works

1 Like

My pleasure in helping out.