Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • GTR Webdesign Friend
    #206897

    Is it possible to show the Features Intro : style-2 (from ACM module) on a mobile phone in two colums (with 2 items) in stead off one column with all items beneath each other?

    Saguaros Moderator
    #572861

    Hi

    You can try with this tweak:

    – Go to css file: root/templates/uber/css/custom.css (create this file if it doesn’t exist)
    – Add this css rule:


    .acm-features.style-2 .features-item {
    width: 50%;
    float: left;
    }

    Hope it helps.

    Saguaros Moderator
    #737895

    Hi

    You can try with this tweak:

    – Go to css file: root/templates/uber/css/custom.css (create this file if it doesn’t exist)
    – Add this css rule:


    .acm-features.style-2 .features-item {
    width: 50%;
    float: left;
    }

    Hope it helps.

    GTR Webdesign Friend
    #572978

    Thanx Saguaros,

    This was almost the solution … I added an extra line of code … so it works only for mobile devices with a resolution smaller than 480 px:

    }
    @media (max-width: 480px) {
    .acm-features.style-2 .features-item {
    width: 50%;
    float: left;

    Saguaros Moderator
    #573035

    You are right! I missed that media queries

    Saguaros Moderator
    #738068

    You are right! I missed that media queries

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

This topic contains 6 replies, has 2 voices, and was last updated by  Saguaros 9 years, 5 months ago.

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