« Web, HTML, Tech Forum

need help with my vinyl showcase library :(

Posted by muddy >_<

posted

Forum: Web, HTML, Tech

hii! so, if you look at my profile where the music section is, you can see that instead of it going straight across like it SHOULD, it kinda goes down instead. any help is appreciated!!! i did everything i could, even removing different dividers/stamps/blinkies, and placing it in my about me section, i did like everything i could. i did get this link from another person since the original creator deleted the layout. so i don't know if it's a problem on my end or if its something else :( again, any help is appreciated!! <3 i've gone through like every tutorial i can lol


Report Topic

4 Replies

Sort Replies:

Reply by OxeeCleen

posted

I'm not sure what your actual code looks like but after inspecting your page:

#vinyl-gallery {
all: initial !important;
width: 100% !important;
height: 230px !important;
margin: 30px 0 !important; 
display: flex !important;
flex-direction: row !important;
position: relative !important; 
margin-left: -6px !important;
}

You need to remove the margin: 30px 0 !important.

 From what I see you have about ten (10) <div>'s with the vinyl-gallery. The code you have adds 30px of space to the top and bottom margin for each of those <div>'s which gives it a steps effect.

Hope this helps solve the issue for you ^_^


Permalink Report Reply

Reply by muddy >_<

posted

i love your profile!!!!! and THANK YOUUU for helping me with this!!! I appreciate it so much :) <333333 once again, ty ty ty ty ty ty!!!!!!!!!  idk if you'll see that i replied to you, but thank you sooooo much anyway!!!


Permalink Report Reply

Reply by OxeeCleen

posted

Thank you ^_^ Your page is looking really amazing! I like all the hover effects!

Thank you for letting me know it worked! ^_^
I like to help when I can so knowing it did, means a lot ^_^


Permalink Report Reply

Reply by Carrot Cake

posted

HEYYYYYYY

Can u pleaseeeee gimme the code for it? I've been trying to fix the same problem but it wont work even after doing what u did to solve it :<


Permalink Report Reply