Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pierre van Lier Friend
    #960827

    I have set up the slideshow (acm module) on platon on the front page. Works fine. I notice that the subtitle is hidden on a mobile phone, not on a desktop. How can I change this so that it also shows on an iphone or android phone?

    Pankaj Sharma Moderator
    #960905

    Add this code in custom CSS file

    
    @media (max-width: 991px) {
      .acm-slideshow .owl-carousel .item .slider-content .item-desc {
        display: block! important;
      }
    }
    ` let me know now if it helps
    Pierre van Lier Friend
    #962605

    Thank you. We’re almost there. Text comes up. Is there a way to reduce the font size (only on mobile)?

    Pankaj Sharma Moderator
    #962637

    Hi
    you can add font-size style in above code and change the media query size to minimum .
    Here is doc how to use the Media queries : http://www.getbootstrap.com/css/#grid-media-queries

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

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

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