Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jacky_hoang Friend
    #188554

    Dear all,

    I want to fix the position of topmenu for mobile display, pls show me.
    Many thks.

    jacky_hoang Friend
    #497416

    anyone here… 🙁

    Nazario A Friend
    #497425

    Hi jacky_hoang,

    Backup your site and try with my solution:

    – Open file templatesja_wallcsslayout-mobile.css

    – From:

    #header {
    height: 90px;
    position: absolute; /* Enable full page scrolling */
    }

    Change to :

    #header {
    height: 90px;
    position: fixed; /* Enable full page scrolling */
    }

    Do not hesitate to let me know if you need further assistance.

    Regards

    jacky_hoang Friend
    #497513

    I worked for me ^^, thank u so much 😡
    I think I have to do the same with #slidebar (change absolute -> fixed)

    #sidebar {
    position: fixed; /* absolute; Enable full page scrolling */
    margin-left: 0;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px !important;
    }

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

This topic contains 4 replies, has 2 voices, and was last updated by  jacky_hoang 10 years, 10 months ago.

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