Go to the theme code, press ctrl and f and search for #center{ if nothing comes up, search for .content{ underneath either of those, you’ll see width:___px; make the width bigger :)
look here :)
Go in the theme code, press ctrl and f and search for <title>{title}</title> and then delete that from the code :)
Tumblr changed the theme page and i haven’t tried it yet, so i’m not sure lol :p
Copy and paste this after <head>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
</script>
<script type="text/javascript" language="javascript">
$(function () {
$('#scrlBotm').click(function () {
$('html, body').animate({
scrollTop: $(document).height()
},
1500);
return false;
});
$('#scrlTop').click(function () {
$('html, body').animate({
scrollTop: '0px'
},
1500);
return false;
});
});
</script>
Then copy and paste this before </body>
<a id=”scrlTop” title=”Top” href=”#” style=”position: fixed; bottom: 10px; right: 2px;”><img src=”http://media.tumblr.com/tumblr_lpqvahBZUV1qf72le.png“></a>
IMPORTANT: after you paste the code, make sure you retype the quotation marks ” ” or else it wont work
To change the image, delete what i bolded and replace it with a new image URL.
These are back to top buttons made by mynameisflick.tumblr.com <3
(btw, this works for most themes)
Make sure you have the posts set to 15 posts per page :)
In the theme code, press ctrl and f and search for #side{ then underneath that you’ll see background-color:#fff;
change the fff to the hex color you want :)
http://static.tumblr.com/oct6d4x/AgXm2j0pn/a.png :p
http://static.tumblr.com/oct6d4x/wG5m4ialf/back4__2_.png :)
How to make it is here, and you can use it for any theme :)
Public Theme 011: Preview - Install - Answered q’s
(Note, on the install page it says Theme 010 but that’s a type it should be 011)
1. Go to the old customize page, press Theme at the top, and press Use Custom HTML
2. Press ctrl and f and search for <div id=”side”> and paste this after it: <title>{Title}</title>
:)
Go here, and put the code in your description :)
Here’s the link for it (: