• Resolved bsatsangi

    (@bsatsangi)


    Hello Experts

    I want sticky/fix topbar, I tried multiple css provided as solution on multiple post but its not working as expected, I also tried theme option > main setting > enabed sticky header but its fixing/stick primary and secondary menu as well how ever I just need topbar to stick.

    I have another issue – my portfolio carousel pictures are out of frame at home page, please advise.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I found this CSS from another thread and it works on my test site.

    #topbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    }
    .admin-bar #topbar {
    top:28px;
    }
    .headerclass {
    margin-top: 30px;
    }

    Be sure to place it into Appearance> Theme Options> Advanced Settings.

    Thread Starter bsatsangi

    (@bsatsangi)

    Thanks Kevin, it worked.
    but the logo is now touching top bar on mobiles, I want to remove logo for mobile users, is there any way ?

    also I want o choose different home layout for mobile users, is it possible, actually I want to make it lite for mobile users ?

    Can you post a link to your site so I can see the best way to go about solving this?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sticky topbar’ is closed to new replies.