Help > Layout & Coding Help > Post Reply
Nav Help
![]() Aeon - gone August 19th, 2021 5:44:06pm 463 Posts |
For the life of me I can't see where to figure out how to move my nav letter over a little bit without adding a bunch of dead space to the left.
![]() |
View Comments 1
![]() Jaya • If we stand as one someday becomes somehow August 19th, 2021 9:34:40pm 28,727 Posts |
I've no idea, but bumping for you! ![]() |
![]() mochi ✧ August 19th, 2021 9:41:10pm 81 Posts |
What do you mean by move the nav letter over? like the text spacing? or do you mean like moving the link to be more center? |
![]() mochi ✧ August 19th, 2021 10:34:06pm 81 Posts |
if you wish to center the text this is the coding: add the following to #menu: position: relative; top: 0px; left: 0px; width: width here; text-align: center;
make sure ul#nav is only the following: margin-left: 0px; width: same as menu width;
make sure #nav ul is the following: background: transparent!important; width: [15px larger than menu width]!important; top: 0px; left: -50px; |
![]() Aeon - gone August 20th, 2021 12:56:08pm 463 Posts |
@Zeal Unfortunately that didn't center the text more as I wanted. I feel like I may have added something to try and move it and then forgot to delete it. My coding is very old that I've been editing and adding to via google and help from others. May I send you the code I am working on so you may help me? It's very unorganized tho haha. ![]() |
![]() esoteric coding spare 1 August 20th, 2021 2:03:53pm 1 Posts |
Sure! |
View Comments 1