Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #285706
    mithrand
    Participant

    Hi:
    I wanted to know if it is possible to switch sides of the main menu. It currently appears in the upper left, but I would like to move it to the upper right. It’s possible?

    Thanks

    #285725
    tikaram
    Keymaster

    Hello please post in your site URL so that I can check the issue and provide you the fix.

    Regards,
    Tikaram

    #285740
    mithrand
    Participant

    Hi:
    Sorry, I forgot. This is the URL:

    I have experimented in with additional CCS code, with the fixed, absolute or relative position, but when minimizing the web page, the menu layout is placed on top of the image and it looks very strange.

    Thanks 🙂

    #285741
    mithrand
    Participant
    #285825
    tikaram
    Keymaster

    @mithrand : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    #site-header-menu {
    	display: flex;
    	justify-content: flex-end;
    }
    .is-open {
    	background-color: #ffffff;
    }

    Let me know if this helps resolve your issue.

    Regards,
    Tikaram

    #285982
    mithrand
    Participant

    It has worked!
    Thanks for your help 😀

    #286037
    tikaram
    Keymaster

    @mithrand : Glad to know that the additional css worked. Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change position menu’ is closed to new replies.