How do I keep a nav bar at the top of the page?

Home Forums All Other Themes How do I keep a nav bar at the top of the page?

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #144377
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.

    Regards,
    Chris

    #144381
    KariKari
    Participant
    • Topics: 63
    • Replies: 98
    • Total: 161
    Member since: May 17, 2016

    https://imgur.com/a/hH6l7fY

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .has_trans_header .header_wrap {
        position: relative !important;
    }
    }

    Regards,
    Chris

    #144388
    KariKari
    Participant
    • Topics: 63
    • Replies: 98
    • Total: 161
    Member since: May 17, 2016

    Now the navi&frontpage are fine…. any idea for the replacement of the phone and email?

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .sintp {
        display: block;
    }
    .head-info-area .left {
        display: none;
    }
    }

    Regards,
    Chris

    #144394
    KariKari
    Participant
    • Topics: 63
    • Replies: 98
    • Total: 161
    Member since: May 17, 2016

    That did not do any change?

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