-
AuthorPosts
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 5, 2018 at 6:42 am #1095228Hi,
Kindly share the credentials of your site so I can take a look.
Regards
mberwing Friendmberwing
- Join date:
- April 2006
- Posts:
- 201
- Downloads:
- 26
- Uploads:
- 46
- Thanks:
- 7
- Thanked:
- 8 times in 1 posts
March 5, 2018 at 4:32 pm #1095358This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 6, 2018 at 4:53 am #1095491Hi Markus,
I don’t see the module as screenshot on your site now, could you share the URL of that page?
mberwing Friendmberwing
- Join date:
- April 2006
- Posts:
- 201
- Downloads:
- 26
- Uploads:
- 46
- Thanks:
- 7
- Thanked:
- 8 times in 1 posts
March 6, 2018 at 5:52 pm #1095603This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 8, 2018 at 8:24 am #1095952Hi 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 Friendmberwing
- Join date:
- April 2006
- Posts:
- 201
- Downloads:
- 26
- Uploads:
- 46
- Thanks:
- 7
- Thanked:
- 8 times in 1 posts
March 11, 2018 at 12:22 pm #1112149This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 12, 2018 at 7:25 am #1112189Hi,
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 Friendmberwing
- Join date:
- April 2006
- Posts:
- 201
- Downloads:
- 26
- Uploads:
- 46
- Thanks:
- 7
- Thanked:
- 8 times in 1 posts
March 12, 2018 at 10:19 am #1112216This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 13, 2018 at 4:58 am #1112270Hi 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 Friendmberwing
- Join date:
- April 2006
- Posts:
- 201
- Downloads:
- 26
- Uploads:
- 46
- Thanks:
- 7
- Thanked:
- 8 times in 1 posts
March 13, 2018 at 10:57 am #1112284This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 15, 2018 at 9:34 am #1112433Hi,
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 Friendmberwing
- Join date:
- April 2006
- Posts:
- 201
- Downloads:
- 26
- Uploads:
- 46
- Thanks:
- 7
- Thanked:
- 8 times in 1 posts
March 15, 2018 at 11:46 am #1112443Hi Saguaros,
perfect….this all helped and fixed the issues.
Thanks so much for your support.
We can close this issue now 😉
Regards
MarkusSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 16, 2018 at 8:44 am #1112488You’re welcome!
If you have new question, pls help us to post in new forum: https://member.joomlart.com/forums/
Have a nice weekend!
-
AuthorPosts
This topic contains 13 replies, has 2 voices, and was last updated by Saguaros 6 years, 10 months ago.
The topic ‘JA BIZ – ACM module – style3 – issues’ is closed to new replies.