Launch Pro mobile header

Home Forums All Other Themes Launch Pro mobile header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #73464
    CustomerCustomer
    Member
    • Topics: 36
    • Replies: 65
    • Total: 101
    Member since: March 13, 2016

    Hi Support:

    I am using Launch Pro and wonder and noticed the there is a gap between the top bar with Phone# and the Header bar when displayed on the mobile, wonder if the gap can be removed?

    URL: http://hvf.undercon.site/

    Thanks

    #73475
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:767px) {
    .header .header-inner .logo { margin-top:0 0 10px !important;}
    }

    Regards,
    Chris

    #73535
    CustomerCustomer
    Member
    • Topics: 36
    • Replies: 65
    • Total: 101
    Member since: March 13, 2016

    Hi Chris:

    Applied the code, the gap between top bar and the header still there.

    URL: http://hvf.undercon.site/

    Thanks

    #73536
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:767px) {
    .header .header-inner .logo { margin-top:0 !important;}
    }

    Regards,
    Chris

    #73538
    CustomerCustomer
    Member
    • Topics: 36
    • Replies: 65
    • Total: 101
    Member since: March 13, 2016

    Hi Chris:

    It works well.

    Thanks

    #73540
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.