[Support request] Adjusting Menu

Home Forums Support [Support request] Adjusting Menu

Home Forums Support Adjusting Menu

  • This topic has 5 replies, 3 voices, and was last updated 4 years ago by David.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #915923
    Mike

    Hello,
    I was wondering if it was possible to adjust the menu

    To have a little more space on the left before the site title begins

    And to move the home/contact and other page links on the menu bar to the right

    example would be this

    View post on imgur.com

    example

    thanks a bunch!

    #916235
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Yes, you can set your navigation to align right in Customize > Layout > Primary Navigation.

    Let me know 🙂

    #916485
    Mike

    Thanks! What about the spacing between the edge of the screen and first letter of the title

    #916686
    Tom
    Lead Developer
    Lead Developer

    Try this CSS:

    .navigation-branding {
        margin-left: 20px !important;
    }
    #916801
    Mike

    Don’t think that did anything

    #916930
    David
    Staff
    Customer Support

    Hi there,

    i edited Tom’s code above to give some importance.
    At the moment where you have added the code it will only apply to mobile. I am not sure if that is what you wanted.

    If you want on all devices then you need to move it outside of the Media Query its currently within. You will see another } before after that CSS. It needs to be placed after that.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.