• Resolved DTjai

    (@dtjai)


    Heya guys!

    I am using the mystile theme with woocommerce and i was wondering how i could get the shoppingcart bar(at the top) which also has my search bar scrolling with me as i scroll down. I had seen some menus etc scroll down in the past with a few websites and would like to do that with this shopping bar.

    Does anyone know how to do this?

    My website is Clickhere

    Thanks in advance,

    DTJai

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

    (@dtjai)

    I have foudn the solution myself:

    All you have to do is this:

    #top{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    }

    I used this code and it all worked out!

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Mystile] shopping cart bar scrolling with you as you scroll down?’ is closed to new replies.