Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • nettemor Friend
    #191159

    Hi,
    I find the mobile version very filled with modules i dont want to show.

    I am using position-5 and position-7 a lot in this template. But in the mobile version i would like to not show all of these modules. Is it possible to hardcode this in any file so that i can exclude some of these?
    If thats the case, please guide me.

    pavit Moderator
    #508040

    Hi

    You can manage mobiles devices modules from your template manager – Layout Tab – Responsive Layout and choose on which devices shows or not your positions disabling it

    Take a look HERE

    nettemor Friend
    #508047

    Hi Pavit,
    and thanks for getting back to me.
    Yes i know that, but the issue is that i want to keep some of the modules in position-5 on the mobile version but not all. Is that possible to hardcode/check anywhere so that i can skip some of them?

    phong nam Friend
    #508180

    Hi nettemor,

    You can try to put below overridden css styles into templates/ja_mero/css/custom.css file:

    @media (max-width: 479px) {
    #Mod124 {
    display: none;
    }

    /*Other module*/

    }

    While the Mod124 is the ID of modules you want to hide on mobile.

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

This topic contains 4 replies, has 3 voices, and was last updated by  phong nam 11 years, 1 month ago.

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