Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pavit Moderator
    #847646

    Hi

    You can try to add the suffix hidden- to the module advanced tab -> Module Class Suffix example:
    hidden-xs to hidden module on extra-small layout , remember to add an empty space before the class suffix.

    davisj Friend
    #848503

    Thanks Pavit. This kinda works but there’s still an issue, I’d prefer to fix it using the /local files method if possible.

    When I did this on the home page, it worked – see [http://businessenglish.net.au/] as desired. Note – when you reduce the screen – the Slideshow is hidden as it should be and there is no extra space.

    For some reason, this doesn’t work quite the same in the other templates.. When you reduce the screen to mobile, it doesn’t hide the section like it does on the home page, just the module. So there is still a massive gap up the top where the container is but a hidden slideshow module. See [http://businessenglish.net.au/how-we-help/working-professionals] for an example.

    Any ideas how I can fix this?

    pavit Moderator
    #848835

    There is a margin-top for the .ja-slideshow .container added to this file /templates/ja_brisk/css/template-responsive.css

    you can add this to your custom.css

    @media (max-width: 767px) {
      .ja-slideshow .container {
        padding-top: 0;
        margin-top: 0px!important;
      }
    }

    Try it

    davisj Friend
    #849482

    Thanks Pavit, this worked!

    Cheers, David

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

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

The topic ‘Hidden Modules Showing After T3 Update and Brisk Template Update’ is closed to new replies.