Okay
  Public Ticket #2237540
Header Logo
Closed

Comments

  •  1
    fastarch started the conversation

    Hi, I am having some issues setting up the Header. I would like to have the logo on the Right and the menu on Left, How should do it?

    Best,

    Fastarch

  •  1,558
    Laborator replied

    Hi Fastarch,

    Currently it is not possible through the theme options, but we're working on it and very soon the theme will have a header builder. Until then you can add this CSS to Custom CSS to swap the logo and the menu:

    header {
        direction: rtl !important;
    } 

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
  •  1
    fastarch replied

    Hi, 

    Many thanks, but now the menu it's also on the right, could I move to the left?

    Best,

    Fastarch

  •  1,558
    Laborator replied

    Hi Fastarch,

    Instead of the CSS I gave you before please use this one:

    header.main-header .logo-and-menu-container {
        direction: rtl !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    fastarch replied

    Hi Art,

    Thank you, 

    But now there is the X above. Can I drop the menu under the X?

    Best,

    Fastarch

  •  1,558
    Laborator replied

    Add this CSS to Custom CSS:

    header.main-header .logo-and-menu-container {
        direction: rtl !important;
    }
    .fullscreen-menu nav {
        margin-top: 120px;
        padding-left: 40px;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    fastarch replied

    doesn't work... The X it's still above the menu

  •  1,558
    Laborator replied

    Hi there,

    I will need your login credentials or site URL to test it live since like this it will take forever.

    Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • isabelle replied

    Hi I want to buy the template Kalium if we can put our logo at the right and the menu at the left of under the logo. Is this possible?

    Greetings 

    Isabelle

  •  1,558
    Laborator replied

    Hi Isabelle,

    That's possible by customizing the theme but we are also working on a header builder which will be available very soon (hopefully by the end of the month), it is a very powerful feature that will allow users to create their header how they want.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group