Skip to content

Mobile layout ignores REVERSE parameter in hero component #828

Open
@amrutadotorg

Description

@amrutadotorg

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions