Site logo

Archived topic

Adjusting Menu

5 replies · Started by Mike on May 30, 2019

Viewing posts 1–6 of 6

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

https://imgur.com/a/5I90rBY

example

thanks a bunch!

Hi there,

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

Let me know :)

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

Try this CSS:

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

Don't think that did anything

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.

This archived topic is closed to new replies.