Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • sky Friend
    #947535

    I follow this post to add classes hidden-phone to my module, but this is not working.
    https://www.joomlart.com/forums/topic/hide-module-in-mobile/

    Pankaj Sharma Moderator
    #947542

    Hi
    In BS3 templates Use the below suffix

    1. hidden-lg For Large
    2. hidden-xs for extra small
    3. hidden-sm For small
    4. hidden-md For medium size .
    sky Friend
    #947584
    Pankaj Sharma Moderator
    #947588

    Hi
    Kindly add a single space before the module suffix .
    Save and check > http://prntscr.com/bpu7hp

    sky Friend
    #947645

    still not working
    http://screencast.com/t/DVIGLaXOGX

    can you test in your site?

    Pankaj Sharma Moderator
    #947649

    Hi
    Kindly post your working site url and a screenshot with illustration of module on which you applied the module suffix .

    sky Friend
    #947668
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #947670

    Hi
    its not issue of the suffix , because the module does not showing /loading the module suffix the module are visible in small views .
    http://prntscr.com/bpvd6t
    You can check the module with default Joomla template and see if its load the suffix with them, check suffix via inspect element like in screenshot . If it does not load , kindly contact to extension support team about its working issue and let me know if there is any changes needed in template for the same .
    I will check it further .

    sky Friend
    #947685
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #947859

    Hi its because of the custom code added by you in custom.css file
    to add a fix height for Divs
    Here : http://prntscr.com/bq74lc
    Remove the code and check .

    sky Friend
    #947872
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #947874

    Hi
    You need to use this

    @media (max-width: 768px) { .acm-spotlight.acm-spotlight-957 .col-xs-12.col-sm-6.col-md-3.col-lg-3 { min-height: auto; } }

    Use media query as max width and min width

    http://getbootstrap.com/css/#grid-media-queries

    sky Friend
    #947881
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #947886

    Hi
    Also add this code

    
    @media (min-width:768px) and (max-width: 992px) { .acm-spotlight.acm-spotlight-957 .col-xs-12.col-sm-6.col-md-3.col-lg-3 { min-height: 510px; } }
    

    You can create different style code with media query i tested this on your site It will solve the problem.

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

This topic contains 13 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 4 months ago.

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