-
AuthorPosts
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 12, 2016 at 3:30 pm #959539Hi there
Could you post a link to the page where you added this customized module with custom.css ?
i tested this code on my local and it worked fine as you can see from image below
@media (min-width: 768px) { .acm-features.style-1 .acm-features-intro { column-count: 1!important; } }
northis Friendnorthis
- Join date:
- April 2014
- Posts:
- 27
- Downloads:
- 28
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
August 12, 2016 at 5:55 pm #959573Hi
You can view it at: http://www.nuwedam.co.za
I made my changes in : /public_html/templates/ja_elicyon/css/custom.css
Should I make changes elsewhere?
Thanks for the help
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 12, 2016 at 6:03 pm #959574Should I make changes elsewhere?
No it is correct but you should use my code, if you are still having problems you can share as private reply a temp super user account to your backend and i will check your files
northis Friendnorthis
- Join date:
- April 2014
- Posts:
- 27
- Downloads:
- 28
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
August 12, 2016 at 7:23 pm #959592This reply has been marked as private.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 12, 2016 at 9:28 pm #959606Hi
You are using the red theme so custom.css file should be in this theme folder , specifically it is in /local/css/themes/red/
as you can see now it works fine.
Regards
-
1 user says Thank You to pavit for this useful post
northis Friendnorthis
- Join date:
- April 2014
- Posts:
- 27
- Downloads:
- 28
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
August 12, 2016 at 9:53 pm #959611Hi Pavit
I am not sure what you were seeing, but by me it was still the same. The only thing different was the optimizations that I made is now gone because you removed the custom.css file that I created. Luckily I had a copy of it and moved those changes to the new file you created.
That intro text was still in colums.
I am using firefox on mac, so I believe it wanted the "-moz-column-count: 1 !important;" to be there.
I added my first attempt:@media (min-width: 768px) { .acm-features.style-1 .acm-features-intro { -webkit-column-count: 1 !important; -moz-column-count: 1 !important; column-count: 1 !important; -webkit-column-gap: 60px; -moz-column-gap: 60px; column-gap: 60px; } } @media (min-width: 992px) { .acm-features.style-1 .acm-features-intro { width: 85% !important; } }
now it works fine.
Maybe it also needs !important, however it work now.
Thank you very much for all your help, I really appreciated it. And now I also know where to make my changes in future.
Warmest regards
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by northis 8 years, 3 months ago.
The topic ‘ACM – Features intro – Style 1’ is closed to new replies.
Jump to forum