Okay
  Public Ticket #2625381
Menu center of the basket
Closed

Comments

  • kacper_szczepanski started the conversation

    Hello,

    Is it possible to center the menu bar in such a way that it is at the level of the basket or it can also be in the center of the picture? After setting a graphic as a logo, it starts to look ugly.

  •  675
    Neuron replied

    Hi,

    In the theme you can either use the header that comes as default where you can upload the logo from Customizer and manage it from there or via Elementor where you can create headers and assign them to different pages, so please hover onto button Edit with Elementor and see if there appears a header template. https://prnt.sc/ppaaad

    Click onto the template and the editor for that template will be opened where you can easily edit it.

    - Video Tutorials about header builder.

    To edit that header that you're to make it align center, please add the following style in Appearance > Customize > Additional CSS.

    .m-nav-menu--horizontal {
        align-items: center;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • kacper_szczepanski replied

    I know how change horizontal, but my ask is how I can change for .m-nav-menu  vertical position?

  •  675
    Neuron replied

    Hi,

    By adding, the below Custom CSS you make it center, to send it down you need flex-end !important;

    .m-nav-menu--horizontal {
        align-items: center !important;
    }


    3969282002.png

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.