Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 26, 20177 yr I am trying to figure out how and where to look to give a bit of spacing above and below the logo. On desktop, it has a little spacing but on mobile there is none. Anyone know how to do this or where to look in css? Not to worry i found it. I have put this in my custom css @media screen and (max-width: 979px) { /* Prevent a floating element from floating on mobile devices */ #ipsLayout_header > header { padding-top: 10px; padding-bottom: 10px; }
Archived
This topic is now archived and is closed to further replies.