Comments on vicodes All Comments Start of Thread Parent

hello hello!!

no worries, if you just want the buttons a bit down that's a easy thing that you can do! would you be able to identify the nav row? you can search with a ctrl+f in the code and look for nav-pills, you'll see there's a <ul> class that starts all the <li> with nav-item's right? before the nav-pills, there's a div exaclty like this: <div class="row mb-3">, correct? you can add a mt-3, it'll look like this: <div class="row mb-3 mt-3"> here it is in visuals:

imagem-2022-02-09-125118.png

that will create an space on top as well! let me know if this helps! c:

It works! Thank you so much!   

no worries, glad it helped! <3