Okay
  Public Ticket #1750216
Hamburger to left and Logo to right
Closed

Comments

  •  3
    nsb_supp started the conversation

    Hi Support,

    I'm planning to deploy another website using Kalium Theme.. :-)

    I would like to have Hamburger on the left and Logo on the right. Based on your answers to other support tickets, it is not supported by the Theme. I suppose can swap the Hamburger-Logo position via child theme and override the php file, right?  Kindly advise. Thanks.

    BR// KM

  • [deleted] replied

    Hi KM,

    Sure I can help you with that, do you have your site online and activated the child theme?

    Can you please add the following CSS:

    header.main-header .logo-and-menu-container {
    flex-direction: row-reverse;
    }

    header.main-header .logo-and-menu-container .menu-items-blocks {
    justify-content: flex-start;
    }

    header.main-header .logo-and-menu-container .menu-bar {
    margin-left: 0;
    margin-right: 30px;
    }

    It will swap the menu and logo position:

    https://d.pr/v/evztlX

  •  3
    nsb_supp replied

    Hi Arlind,

    Noted with thanks.  I will try out the solutions when i have the new site up running.  It is still at preliminary fact finding phase.  Thanks.

    BR// KM