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?
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?
Try this:
.pkp_site_name{
padding:0;
}
Regards,
To further decrease the height, add this:
.pkp_site_name > a{
padding:0;
}
@anupent
Thanks a lot, it works
My pleasure in helping out.