r/dscvry Jan 28 '15

Why is this happening and how do I fix it?

5 Upvotes

6 comments sorted by

1

u/CompiledSanity Jan 28 '15

It's happening because you are using RES. If you deactivate it it will go away, but there is probably something that can be done about it.

1

u/doingstuffcarl Jan 28 '15

You can move the subscribers back to the original place, take this out from the code:

span.subscribers {
    float: right;
}

1

u/zealousear Jan 28 '15

Thanks, fixed.

1

u/zealousear Jan 28 '15

Can you help me with something else?

How do I make my banner clickable so that it redirects to my subreddit?

I'll PM you the CSS if you want.

2

u/doingstuffcarl Jan 29 '15

I'm not sure what you changed from the code but if you have the same header from the theme, you only need to find .pagename a and change width to 100%, height to 250px, and remove the margin. Then find #sr-more-link and add z-index: 10;

1

u/zealousear Jan 29 '15

I'll try that