Trying to fixed top bar area - by dottsco

This topic has 9 replies, 3 voices, and was last updated 6 years, 10 months ago ago by Rose Tyler

  • Avatar: dottsco
    dottsco
    Participant
    June 2, 2017 at 13:05

    Hi! I´m trying show top bar area fixed when you scrolling on the page. is it posibble with the css classes (fixed-header fixed-enabled) that you have on the theme? I need to know which is the file on xstore/headers, ihave tried on menu-top.php but doesn´t work.

    Thanks!

    8 Answers
    Avatar: maxmullins
    Max Mullins
    Participant
    June 2, 2017 at 13:32

    Hello @dottsco

    You may simply add following lines of code in theme-options->styling->cutom.css:

    .top-bar {
         position:fixed;
         width:100%;
    }
    .fixed-header {
         margin-top:2.5rem;
    }

    Regards,
    Max Mullins

    Avatar: dottsco
    dottsco
    Participant
    June 3, 2017 at 01:20

    THANKS!!! 🙂

    But now i have another problem, i don´t know if it´s a bug of your theme, but the cart when is displaying on top bar is not working. I can´t open the cart when is there but if it´s working on the header… ¿is it your problem? Thanks!!

    Avatar: dottsco
    dottsco
    Participant
    June 3, 2017 at 19:45

    Hi again! I just realized that the problem comes for the top bar fixed. When is fixed with the css code, any links on the top-bar working! It is possible resolve this?

    Thanks!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 6, 2017 at 10:40

    Hello,

    Could you provide me temporary admin panel access to check?

    Regards

    Avatar: dottsco
    dottsco
    Participant
    June 13, 2017 at 11:08

    Yes, sure! Sorry for the delay! Now the css code that you provided me is commented in style.css child theme. Just we commented waiting to resolve the issue. Thanks.

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 13, 2017 at 13:11

    Hello,

    Please change previous code to:

    .top-bar {
         position:fixed;
         width:100%;
         z-index: 3;
    }
    .fixed-header {
         margin-top:2.5rem;
    }

    Regards

    Avatar: dottsco
    dottsco
    Participant
    June 13, 2017 at 15:21

    Thanks!!! 🙂

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 13, 2017 at 15:50

    Hello,

    You’re welcome!

    Regards

  • Viewing 9 results - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.