Hi to All, i have this problem. The module Hero shows only the background image on mobile and doesn't show the candidate image. How can i solve? Thanks to all for answers
ilfabi Hi Mobile screen is too small to show all content so it i set to hidden below 1200px add this code in custom css to show it all time
.acm-hero .image-decor { display: block!important; }
Ninja Thanks for your Response. Where should i put this code? I tried in template> Global Settings> Custom Code in various position (after head, before head etc) but without results.
Thanks in advance
ilfabi Hi Open tools > custom css in template options to override the code.
Ninja Thank You so much. It Works fine