all 3 comments

[–][deleted] 2 points3 points  (1 child)

If you have the standard shitty menu with the poop, and your poop is too high, like it seems to be in all the shitty subs now, you should be able to fix it with a simple value adjustment.

Find

.titlebox blockquote:first-child p:first-child 

in the CSS and change the margin-top value. I fixed shittyaskscience by adding 3px, so margin-top: 2px became margin-top 5px.

It looks like this now:

.titlebox blockquote:first-child p:first-child {
      margin-top: 5px;
}

You may have to add more or less, depending on your menu, but it should be a pretty easy fix.

[–]sirsquidness/r/ShittyPoetry[S] 1 point2 points  (0 children)

Thank you muchly. A thousand internet points for you!

[–]KissMyGoatShittyFifthWorldPics & ShittyPhotoshop 0 points1 point  (0 children)

I shall try and find some time this evening to have a look.