Home › Forums › Trusted Pro › Screen size fixes › Reply To: Screen size fixes
March 1, 2018 at 6:42 pm
#4000
Andy
Keymaster
The additional css that you have added is messing up the header, specifically this part:
@media screen and (min-width: 768px){
#site-branding {
width: 30%;
Remove the ‘width: 30%’ and it should be OK.