هل يمكنني الحصول على بعض المساعدة في CSS لمنتدى الخاص بي؟

Hey everyone! I’ve ran into another random “design break” on my forum. Pretty much, my Categories tab is out of alignment with the other tabs at the top of my forum. You can see here:

It used to look like this a few weeks ago:

Now I still don’t understand why Discourse won’t leave my design alone (this is my 4th or 5th time I’m having to “fix” my design because it randomly broke), but if someone could help me figure out what code I need to paste in to fix this alignment issue, that would be appreciated!

You can find my forum here.

Current:

.category-breadcrumb {
  margin-top: -0.4em; // vertical alignment
}

image


New:

.category-breadcrumb {
  margin-top: 1em; // vertical alignment
}

image

إعجاب واحد (1)

Also to fix the padding in your top bar:

Current:

#main-outlet {
  padding-top: 2.5em;
}


New:

#main-outlet {
  padding-top: 1em;
}

image

Thank you so much! That did it!

إعجاب واحد (1)

Glad to help :blush:, make sure to mark the reply as solved.

Also we used to use ActionVFX in my high school film class!

إعجابَين (2)

No way! That’s awesome. It’s always a weird feeling that people know who we are!

إعجابَين (2)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.