• Resolved design975

    (@design975)


    Hi,

    I would like to put the text below in three bars, can you give me the class or id of the element?
    Like that :

    .elementor-70 .elementor-element.elementor-element-f2faa89 .clicche-hamburger-block{
    flex-direction: column-reverse;
    }`

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Giacomo

    (@jakjako)

    Hi,
    go to style and set:
    Menù alignment – Vertical
    Text position – After

    Let me know if it works.

    Giacomo

    Thread Starter design975

    (@design975)

    nope

    Plugin Author Giacomo

    (@jakjako)

    I’ll fix the bug as soon as possible, sorry.
    In the meanwhile, you can try

    .clicche-hamburger-block
    {
    flex-direction:column-reverse;
    }

    Thread Starter design975

    (@design975)

    nope

    work this css :

    .elementor-490 .elementor-element.elementor-element-f377735 .clicche-hamburger-block{
    flex-direction: column-reverse;
    }

    But I have many menu and I would like a global class…

    Plugin Author Giacomo

    (@jakjako)

    If you want to target ALL the hamburger menu, try to add !important to bypass other rules
    .clicche-hamburger-block
    {
    flex-direction:column-reverse !important;
    }

    If you want to target only specific elements, you can add an id/class to the hamburger menù element and target trough that. Example:

    #my-id .clicche-hamburger-block
    {
    flex-direction:column-reverse;
    }

    Plugin Author Giacomo

    (@jakjako)

    Mark as closed

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Put the text below in three bars’ is closed to new replies.