Home» Forum» Web & Tech» (CSS HELP) Issues with grids on Friends section

(CSS HELP) Issues with grids on Friends section

Back to Web & Tech

I want to change the amount of friends per line, but it keeps giving me this weird issues. I have tried the following: adding more than one line of code (I was desperate, ok?), putting it outside of the @media section, being more specific with Id and Class (which can be seen in the image), being less specific (trying one of each), and so on.

It works just fine on VsCode, but it "breaks" the second I upload the CSS here...☹


The comma that creates two separate selectors does not make the rule stronger. Combine the ID and class on the same element. with no comma and no space between the ID and class. VsCode does not include FriendRewind’s built-in #top8-grid rule


@Kayla⟡ Thanks! This has alreay been fixed, it was a problem with "!important" tags overriding my code! : )

@sitzkrieg ohhhh, okay cool, glad it got figured out :)

You must be logged in to reply.