I have noticed a layout issue on all our area report pages.
As you can see for example on this page: there is a huge gap between the top navigation bar and the heading “MOVING TO PHILADELPHIA”.
I tried to fix the issue using this coding:
<style>
.content {margin-top: -270px!important;}
@media (max-width: 900px) {.content {margin-top: -90px!important;} }
</style>
But it did not work.
Can someone please help me with this?
Thank you,
Alicia
]]>