Hi! So, I need a bit of help with my Tumblr, and I know a lot of you are good with Tumblr blogs.
I basically have a page on my Tumblr where people can see some examples of my GFX work. So, lots of very small graphics, pixel art, and all that good stuff. Unfortunately, my theme seems to think that it would be a good idea to sabotage my life by making these images gigantic.
The image above depicts the page I'm trying to make. The image I've added is the size of a collectible.
I have reason to believe that this piece of code is at least partially responsible for this:
But, when I delete it, this happens:
My collectible is now to the very left of the page (it's supposed to be centered, like everything else on the blog), and it's only a tiny bit smaller. I tried messing with the "700 pixel maximum" thing in the code and I got very mixed results, some ranging from going smaller, to disappearing completely.
I am offering 50 TBT Bells in return for the first person to fix this problem for me. If you need the HTML, I can provide it privately.
I basically have a page on my Tumblr where people can see some examples of my GFX work. So, lots of very small graphics, pixel art, and all that good stuff. Unfortunately, my theme seems to think that it would be a good idea to sabotage my life by making these images gigantic.
![STIqnoe.png](http://i.imgur.com/STIqnoe.png)
The image above depicts the page I'm trying to make. The image I've added is the size of a collectible.
I have reason to believe that this piece of code is at least partially responsible for this:
{blockermalinkPage}
#content {
max-width: 700px;
}
body.permalink .grid > .item,
body.permalink .grid > .item-sizer {
width: 100%;
}
{/blockermalinkPage}
But, when I delete it, this happens:
![gpZGl0r.png](http://i.imgur.com/gpZGl0r.png)
My collectible is now to the very left of the page (it's supposed to be centered, like everything else on the blog), and it's only a tiny bit smaller. I tried messing with the "700 pixel maximum" thing in the code and I got very mixed results, some ranging from going smaller, to disappearing completely.
I am offering 50 TBT Bells in return for the first person to fix this problem for me. If you need the HTML, I can provide it privately.