Help > Layout & Coding Help > Post Reply
Nav Help
Aeon August 19th, 2021 5:44:06pm 436 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 you wanna survive, burn bright August 19th, 2021 9:34:40pm 27,674 Posts |
I've no idea, but bumping for you! |
eso ❊ { main } small hiatus while semester comes to an end August 19th, 2021 9:41:10pm 76 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? |
eso ❊ { main } small hiatus while semester comes to an end August 19th, 2021 10:34:06pm 76 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 August 20th, 2021 12:56:08pm 436 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