The theme already has a one column option. All you have to do is select it under Appearance like below:

The theme already has a one column option. All you have to do is select it under Appearance like below:

Many theme-makers/designers use free text hosting sites to upload their codes and distribute their designs. Here are my top three choices of sites that offer that service, for free!
Pastebin - www
This is the most popular among theme-makers. I like it because it is well organized (by account),…
thank you so much love ^^
This tutorial will show you how to hide both source and via links on your blog.
Dashboard> Blog> Customize Theme> Edit HTML
Now scroll down to find {block:Posts} somewhere within your theme’s code
This is the Posts Block which allows Posts to appear on your blog. So once you have found it you will need to copy the following code:
{block:ContentSource}
<!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
{/block:SourceLogo}
{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
This code will be placed right blow {block:Posts}

Update Preview> Save and you’re done!
here is my list ;D
Background images are repeated by default so you have to style them in order to avoid this.
look through your <style></style> tags and under body (it should be at the top) you should see these:
background-image: url(‘URL HERE’);
background-position:center center; <-very center of page
background-attachment: fixed; <-doesn’t scroll with page
background-repeat: repeat; <-image repeats
now just change to your desired settings. such as:
background-position:right center; <-center right of page
background-attachment: scroll; <-scrolls with page
background-repeat: no-repeat; <-doesn’t repeat
and there you are~
play around with all background positions here!
font styling is always done under body so go to your <style></style> tags and toward the top you should see this
<style type=”text/css”>
body {
background-color: {color:Background};
background-image: url(‘{image:Background}’);
background-position:center center;
background-attachment: fixed;
background-repeat: repeat;
color:{color:Body Text};
cursor: url(“”), default;
margin: 0px;
padding: 0px;
text-align:center;
font-family: Consolas;
font-size:10px;
letter-spacing:1px;
}
just change the font-family to whatever font you want to use for example:
font-family: Arial;
so now Arial is your body font :D and there you go!
thank you for your support love~ <33
hehe i would love too! but i’m actually not a good teacher. i can definitely make small tutorials. making themes isn’t a quick thing to learn so take it slow and just soak up knowledge like a sponge :D
learn css & html here
by levels
html
http://www.tizag.com/htmlT/elements.php
css
img {
width:500px; <-add your post width
}
that will make all the images on your blog that size.
usually on my themes i edit post images separate like this
#post img {
width:500px;
}
that will make the post images 500 pixels :)
hmm a while back like i’d say 2009-ish but i only started actually using it last summer :)
its under works i’m actually thinking of doing something a little bit different this time so expect the unexpected :D
ps. i’m not sure when it will be released yet tho.
thank you :) i don’t make themes or post anything to gain more followers. i think that if people like what i post then they should have a choice as to follow me if they want you know? i don’t strive for followers cause i believe in honesty and well i’m a down to earth girl with a lot of morals and aspirations but i do what i do to help others :) and having so much support just helps me continue because i know that what i am doing is worth it <3
i think being yourself and having your blog show that is the only thing i can truly suggest.
but if you are looking for a more complex answer i would say that if you have something you do like a talent or hobby you should post about that. for example if you sing or dance have that on your blog.
be concise with your posts. having a separate blog for different posts might be a good idea or have different pages for different things.
having a nice and clean blog works as well. if you have a blog with a gif as your background then the loading span for your blog will be huge so try to avoid having so much clutter in that sense. organization might be a good suggestion for easier access for your followers.
these are just a few ideas. hopefully they help :)
every blog has it since its a new tumblr feature its still appearing on blogs tho so if you don’t have a send fan mail in your inbox yet you’ll see it soon (its a big blue button off to the right).
you can’t see your own little message icon on your blog but trust me its there :)