Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • bejoyvc Friend
    #1067814

    I want to fix vertical menu for all the device except hand mobile. how to do this in tech zone
    http://worldpeaceradio.net/home/

    • This topic was modified 6 years, 6 months ago by  bejoyvc.
    Pankaj Sharma Moderator
    #1068003

    Hi
    to remove sticky menu in mobile add this code in the cucstom.css file

    @media (max-width: 767px)
    {
    .t3-header.affix {
        width: 100%;
        position: absolute;
    }}

    Its the horizontal menu not vertical.

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 6 months ago.

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