test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • kostas22 Friend
    #980924

    Hello, I need the functionality of a sticky menu both in desktop and mobile view in ja_sugite. This works now only when the user scrolls up and only in desktop view. I need the menu to be sticky also when scrolling down, and in mobile I need the sidebar menu to be sticky as well.
    Can you advise on that? Thank you.

    kostas22 Friend
    #980951

    I was able to work out the first part of my question in case someone else needs it, just go to your templates/ja_sugite/css/themes/your_theme/template.css and in line 6421 remove or comment out:

    .scrollDown .t3-header {
    top: -300px;
    }

    I still cannot make sidebar sticky though in mobile view.

    Pankaj Sharma Moderator
    #980982

    Hi
    Add below code in /css/custom.css file in the JA Sugite template folder .

    .has-slideshow .t3-header {
        position: fixed!important;
    }

    If file is not present , kindly create the file .

    kostas22 Friend
    #981600

    OK, that did it, but the code needs to be pasted in template.css, not custom.css file.
    Thank you!

    Pankaj Sharma Moderator
    #981896

    Hi
    If you use template.css file , i suggest you to make an override of it in the /local folder of template or use custom.css file to override the custom style code .

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum