Hi Sasa! I'm using your Andromeda theme and I was wondering if it's possible to add my custom links to my sidebar so that they appear below my description without having to click the navigation button? If not, that's ok, thank you so much!
hello! thanks for using andrômeda.
first, let's relocate the code. you will search for <nav class="menu"> and this exact code will appear
copy this code, delete from where it is and and paste it below this one here
(this is how it should be)
now let's get to the styling part. search for #menu .menu, and change to:
.menu{ gap:10px; display:grid; padding:15px; border-top:1px solid rgb(var(--Borders)); }
right below, you will see that you have the following code. remove the selected part from it











