Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile layout ignores REVERSE parameter in hero component #828

Open
amrutadotorg opened this issue Feb 22, 2025 · 0 comments
Open

Mobile layout ignores REVERSE parameter in hero component #828

amrutadotorg opened this issue Feb 22, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@amrutadotorg
Copy link
Contributor

When using the hero component, the description is always displayed above the image on mobile devices, regardless of whether the REVERSE parameter is set to TRUE or FALSE. The desired behavior is to have the description appear below the image on mobile.

    select 
    'hero'                 as component,
    '"When Kundalini rises, your Spirit starts emitting vibrations—spiritual vibrations—on your central nervous system. And you start feeling a cool breeze on your hands, out of your fontanel bone area. And then these fingers, which represent the centers within you, start speaking, telling you what’s wrong and what’s kind. Also, they tell you about others—what is wrong with the others." - Shri Mataji Nirmala Devi'   as description_md,
    'jpg/ShriMataji2.webp' as image,
    TRUE as 'reverse' ,
    '#lang_id'   as link,
    'Feel the Cool Breeze of the Spirit' as link_text;

See https://coolbreeze.org/

@amrutadotorg amrutadotorg added the bug Something isn't working label Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant