In the diagnostic mode, there is this piece of code in the HTML for the exam:
<a class="navmenu-brand"></a>
which is an empty link which does nothing, except makes the logo the second element in a grid, hence moves it over to the right half of the container. I think this is a mistake. We think this would be <div class="navmenu-brand>
since this is what is in the non-diagnostic mode. The div should end later on after the image.
In the diagnostic mode, there is this piece of code in the HTML for the exam:
<a class="navmenu-brand"></a>
which is an empty link which does nothing, except makes the logo the second element in a grid, hence moves it over to the right half of the container. I think this is a mistake. We think this would be<div class="navmenu-brand>
since this is what is in the non-diagnostic mode. The div should end later on after the image.Hopefully, the pictures attached help