Could I get some CSS help on my forum?

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 Like

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 Like

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 Likes

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

2 Likes

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