Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • Saguaros Moderator
    #1095228

    Hi,

    Kindly share the credentials of your site so I can take a look.

    Regards

    mberwing Friend
    #1095358
    This reply has been marked as private.
    Saguaros Moderator
    #1095491

    Hi Markus,

    I don’t see the module as screenshot on your site now, could you share the URL of that page?

    mberwing Friend
    #1095603
    This reply has been marked as private.
    Saguaros Moderator
    #1095952

    Hi Markus,

    Could you edit the images of both sides and increase its height? because, at this moment, the text is so long but the images are shorter.

    mberwing Friend
    #1112149
    This reply has been marked as private.
    Saguaros Moderator
    #1112189

    Hi,

    You can try this custom CSS code:

    .acm-features.style-3 .features-item-inner .btn {
        color: #db2d2e;
        border-color: #db2d2e;
    }

    For the description on mobile, it’s hidden in small view port, you can try this custom CSS:

    @media (max-width: 767px) {
    .acm-features.style-3 .verticle-middle p {
        display: block !important;
    }
    }
    mberwing Friend
    #1112216
    This reply has been marked as private.
    Saguaros Moderator
    #1112270

    Hi Markus,

    1- Yes, with the item has red color background, it will has the same color so hard to see, could you share the URL of page where I can see that red background? as the above page has white background for all items.

    2- In small view port, the description has large font compare with the space of small screen, you can consider to reduce the font size of this text:

    @media (max-width: 767px) {
      .acm-features.style-3 .features-item-inner.bg-white h3 {
        font-size: 14px !important;
      }
    }
    }

    Regards

    mberwing Friend
    #1112284
    This reply has been marked as private.
    Saguaros Moderator
    #1112433

    Hi,

    1- For block which has primary color (RED), you can add this custom CSS:

    .acm-features.style-3 .features-item-inner.bg-primary .btn {
        background-color: #ffffff;
        border-color: #ffffff;
    }

    2- These elements are hidden in small view port because the screen size is not enought to show all text + button, if you want to show, you can add this custom CSS into above suggestion:

    @media (max-width: 767px) {
      .acm-features.style-3 .features-item-inner.bg-white h3 {
        font-size: 14px !important;
      }
      .acm-features.style-3 .verticle-middle p {
        display: block !important;
        font-size: 8px
      }
      .acm-features.style-3 .verticle-middle .btn {
        display: block !important;
        padding: 5px;
      }
    }

    and change the font-size / padding to your own value, I just add for sample only.

    Regards

    mberwing Friend
    #1112443

    Hi Saguaros,

    perfect….this all helped and fixed the issues.

    Thanks so much for your support.

    We can close this issue now 😉

    Regards
    Markus

    Saguaros Moderator
    #1112488

    You’re welcome!

    If you have new question, pls help us to post in new forum: https://member.joomlart.com/forums/

    Have a nice weekend!

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

This topic contains 13 replies, has 2 voices, and was last updated by  Saguaros 6 years, 1 month ago.

The topic ‘JA BIZ – ACM module – style3 – issues’ is closed to new replies.