Active
Project:
Pleroma
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2007 at 10:40 UTC
Updated:
23 Jul 2007 at 10:40 UTC
If there is no primary link, the logo will be moved to top a little bit.
Adding following code after <div id="logotitle"> can solve the issue
<?php if (!$primary_links): ?>
<div style="height:29px;"></div>
<?php endif; ?>