Reply To: Legacy Mobile Spacing Issue

Homepage Community Forums Legacy Theme Support Legacy Mobile Spacing Issue Reply To: Legacy Mobile Spacing Issue

#12723
Wes
Moderator

    Take a look in your css around line 3344 and you can add margin-top: 0; and that will remove the extra space you’re seeing –

    #inner {
        margin-top: 0;
        padding: 5px 0 0;
        width: 100%;
    }