Ov3rfly – thanks for reply
The code in the style.css looks like this
/* Header */
.site-header {
padding: 24px 0;
padding: 1.714285714rem 0;
I did not touch the first line (padding: 24px 0;). I changed padding: 1.714285714rem 0;
to padding: 1.71429rem 0 0 0;
but it didn’t do the trick!