Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • miku Friend
    #181814

    Is it possible to somehow exclude some modules, positions or menus from mobile template? I think it’s not necessary to have always complete website on smartphone but only most important parts of it.

    swissa Friend
    #471464

    Lens calls various css files dependent on which device it is so you could always try using a module suffix and add it in the relevant css file. Make a backup of the files and then you can, for example, use suffix ‘hide’ in the module you don’t want to show and add this to the file e.g. layout-mobile-portrait.css

    /* Hide - Use suffix "hide" */
    .hide .moduletable-inner {
    display: none;
    }

    See if that works for you.

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

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

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