Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1405799

    Joce
    Participant

    Hello,

    I tried to align by the middle with my logo uber menu unsuccessfully.
    Could you help me with that ?

    My website : http://showcase.dev.logitout.com

    I have the same problem on my mobile version

    Attachments:
    You must be logged in to view attached files.
    #1405982

    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .ubermenu-main {
    	margin: 0 auto !important;
    	max-width: 750px;
    	float: none;
    }

    Mobile menu looks centered. If you still want it a bit left then use this CSS as well :

    .ubermenu-responsive-toggle {
    	margin-left: -30px;
    }

    Hope this helps.

    Cheers!

    #1407246

    Joce
    Participant

    Thanks for your answer.

    #1407403

    Nico
    Moderator

    Let us know how it goes.

    Feel free to ask us again.

    Thanks.

    #1408900

    Joce
    Participant

    It works. Thanks

    #1409210

    Rue Nel
    Moderator

    You’re welcome!
    We’re glad we were able to help you out.

    #1413149

    Joce
    Participant

    I have another question.
    I try to align the picture and the menu name (please find the attachment).
    Is there is possibility to align that ?

    Attachments:
    You must be logged in to view attached files.
    #1413436

    Lely
    Moderator

    Hi There,

    Do you mean center align it? Please try this custom CSS:

    .ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
        text-align: center;
    }

    Hope this helps.

    #1414300

    Joce
    Participant

    Hi,

    Thank. It works.

    #1414520

    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again

    Thanks.