Home Forums Trusted Pro Screen size fixes Reply To: Screen size fixes

#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.