[mobile] how to remove the extra space at the top

Support Forums for LiveMesh Themes & Plugins Forums Appdev Theme Support [mobile] how to remove the extra space at the top

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15912
    terryyip
    Member

    [mobile] how to remove the extra space at the top

    Thanks.

    #15915
    terryyip
    Member
    This reply has been marked as private.
    #15923
    Veena
    Moderator

    Pls use this custom CSS in themeoptions –

    @media only screen and (max-width: 479px){
    #header {
        top: -20px;
    }}
    
    #15924
    terryyip
    Member

    Resolved, thanks.

    Do you have any idea why the extra spacing happened?

    #15946
    Veena
    Moderator

    Sorry. I don’t know the exact reason.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.