where i find this css, because i want to edit this file???
.pkp_site_name .is_img img {
max-height: 120px;
margin: 0 auto 30px auto;
}
.pkp_site_name .is_img img {
display: block;
max-height: 100px;
max-width: 100%;
width: auto;
height: auto;
margin: 0 auto 20px auto;
}
img {
max-width: 100%;
width: auto;
height: auto;
i want to change this the header logo in left side to center side. I used OJS 3.0.2 with default manuscrict theme.

You can add custom css files to your theme like here: defaultManuscript/ManuscriptJats.inc.php at master · Vitaliy-1/defaultManuscript · GitHub
Just find you theme php file (inside plugins/themes/defaultManuscript
), add such line and css file with corresponding name and parent directory
1 Like