Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1160370
mega menu dividers
Closed

Comments

  •  2
    Maria started the conversation

    Hi I have a problem with spaces between mega menu dividers

    attached a photo

    and I cant solve it with css

    Please help

  •  7,092
    Oliver replied

    HI!

    pls. add following css:

    #primary-menu.no-responsive > li.megamenu-enable > ul {
        direction: ltr;
    }
    #primary-menu.no-responsive > li.megamenu-enable > ul * {
        direction: rtl;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Maria replied

    thank you

  •  7,092
    Oliver replied

    Feel free to contact us if you need help.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Maria replied

    it changed me the the order of menu

    its ltr now. and I want it as it was. but with the divider space

  •  7,092
    Oliver replied

    HI!

    pls. remove my code.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Maria replied

    if i'll remove your code my problem will back.

    it won't be space between dividers

  •  7,092
    Oliver replied

    I'll try to make another code.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Maria replied

    I've erased your code.

    Please help me with another one

  •  7,092
    Oliver replied

    Try to use this

    body #primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header { 
    display: inline-block;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver