Okay
  Public Ticket #1059070
Menu switch
Closed

Comments

  •  2
    Sergioedelman started the conversation

    As you can see on the screenshot, the menu is on the left. But I want the ''Lookbook, shop. journal, style'' on the right, next to the search/ecommerce. How can I get that? I can't find somewhere the option.

    Http://www.frankly-fine.com

  • [deleted] replied

    Hi there,

    This is a customization question and support doesn't offer customization services as we wrote on our documentation homepage. I will try to help you this time though :)

    Please add the code below to Custom CSS

    header.site-header .header-menu .main-menu {
        text-align: right !important;
    }