Support » Theme: Bota » Making a fixed top bar in Bota theme

  • Resolved KieranH91

    (@kieranh91)


    Hi,
    I was wondering if there was any way to make the topbar fixed so it stays at the top of the screen as you scroll down. Would anyone be able to help me with this? Thanks, Kieran

Viewing 1 replies (of 1 total)
  • Thread Starter KieranH91

    (@kieranh91)

    Solved – I changed top bar to
    #topbar
    {
    position:fixed; /* or ‘fixed’ */
    background: #333;
    top:0;
    width: 100%;
    right:0; /* or ‘left: 0; right: 0;’ */
    height: 40px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Making a fixed top bar in Bota theme’ is closed to new replies.