Comments on cafe au lait // [ F2U ] All Comments

few issues:
1, how do i fix https://prnt.sc/HdaaKLyJQqPy the spacing between the paragraph and the header? i want it right under it
2. i can't scroll at all on that column because of the icons

other than that i think i have it figured out!!

hi! the issue that you're having with the images in the relationship section is most likely due to 1) the image you're linking to doesn't have a valid address or 2) you're using the wrong link for the image! make sure that when linking images that you right-click/long-tap and select "copy image address" to get the image link. you'll know that you have the correct link if it ends in .jpg / .png / .gif or any other image file name. if you do have that correct image link ending in the correct file name, try uploading your image somewhere else (imgur, discord, dropbox), since your current hosting site might be down or otherwise not working.


for your second issue, i have instructions in the code on how to remove the html that hides the scroll bar!

hope this helps!

OOOOH so its an image issue? omg i neverthoguht of that ty ill try to add one and see if it helps!! and ty i will def try this :heart:!!!

OH GEEZ OH MY GOODNESS i actually misread ur comment and thought you were asking about the image not loading and not the spacing :'3 the spacing is a much easier fix! you'll want to add  mb-0 to the class of the second p element after the name (the same line as the hearts rating). this is what it should look like! :Dimage.png

you can also change the amount of spacing if it feels too close by changing the number that comes after [ mb- ], like [ mb-2 ] or [ mb-3 ]. you can use numbers 1-5, where 1 is the smallest amount of space and 5 is the largest. 

apologies & i hope this helps better !!

TY!!!!!!!!!!!!!!!!!! also the y stuff the like y overflow auto stuff for the trivia box is already gone so i must have removed it in a silly way . im very confused tho because it fixed the spacing issue on the accent text big paragraph box but not the scrollbar where the icons were

im afraid i don't really understand your question....? if you're trying to remove the icon nav and content box overlap, you can remove mr-lg-n4 from the content box's class! this image clarifies it a bit better, here i changed [ n4 ] to [ 2 ] to match the spacing on the other side of the nav  :]

image.png