Help > Layout & Coding Help > Post Reply     

Nav Help

Player Avatar
Aeon
August 19th, 2021 5:44:06pm
388 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. 


 




MEZ4aYG.png

 


View Comments 1


Player Avatar
Jaya • Those who don't try never look foolish
August 19th, 2021 9:34:40pm
24,592 Posts

I've no idea, but bumping for you!




PksILXD.png

 

Player Avatar
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?




LQadz9M.png

 

Player Avatar
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;




LQadz9M.png

 

Player Avatar
Aeon
August 20th, 2021 12:56:08pm
388 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. 




MEZ4aYG.png

 

Default Avatar
esoteric coding spare 1
August 20th, 2021 2:03:53pm
1 Posts

Sure!




 

View Comments 1