Thanks ever so much! It got me like, 95% of the way there, I just didn’t like the extra padding the non-existant logo added. So I removed the logo completely, it won’t appear at all on small phone screens, but to be honest that’s not a huge upset. I also wanted ‘graphic designer’ to be in-line with my name, so I used this code:
@media screen and (min-width: 390px) {
.site-branding {
background: url('https://ckbruce.co.uk/wp-content/uploads/2018/01/minilogo-1.png') no-repeat scroll left top / contain;
padding-left: 82px
}
}
-
This reply was modified 7 years, 1 month ago by ckbruce924. Reason: Forgot to click resolve button