anonymous 1729727146497

haiii :33 i would like to ask abt the navigation thing on ur profile !! how did u compress it or made it small since the og navigation 4 neospring is alot longer than it !!

Hello ! I simply changed the width of it using the CSS ! You can use the code below .
nav {
width: 100%;
margin: auto;
margin-top: 10px;
}

@media(min-width:600px) {
nav {
width: 58%;
}
}
Do note that the navigation bar customized under the @media rule is specifically for changing the width on PC . The other navigation bar was specifically set there for it to revert to it's original width on mobile specifically .

Reactions

Comments
Leave a comment

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue