Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • reders Friend
    #174398

    Hi,

    I have published a module using the class suffix grid-double.

    I only want to display this module when in the layout wide view. (layout-wide.css)

    I have added:
    #Mod96 { display:none; }
    into the css files: layout-mobile.css, layout-normal.css and layout-tablet.css

    This does hide the module but the javascript/jquery is keeping a space for it when you make your browser smaller.
    How can i remove this space?

    can something be created similar to how the extra-col works?
    e.g. a position above position-7 when you get to the wide layout.

    Thanks
    Sean

    Sherlock Friend
    #440823

    Hi reders,

    I think you should add css to set the module box size to zero, it should be

    #Mod96{
    display:none;
    width:0px !important;
    height:0px !important;
    }

    That might would help !

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 12 years, 2 months ago.

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