TRENDING NEWS

POPULAR NEWS

Editing A Tumblr Theme Code Number Of Columns

Adding a second column to my tumblr theme?

okay so i've been searching around to try and find a solution for this but there is absolutely nothing i can find to help me out. I have a really nice theme for my blog which i've edited and such so i like it, but it's only one column and i would really like it to be a two column theme as i think it fits better. I've searched for two column themes that are similar to the one i have at the moment so i could just change the theme but i wasn't successful there, and i also don't want advice on making a theme from scratch as that's way too confusing for me and i have extra custom html in my theme which would be difficult to add in. Is there any form of html i could easily put into my current theme code (its a basic layout so if you tell me where to put any html i should be able to find similar coding within my own theme and therefore know where to place it so it works) which would mean i would have two columns instead of just the one?

thank you if you can help me out as it's really bugging me! If that fails and you know of any minimalist two column themes please feel free to suggest them as i found it hard to find any that i liked when searching, it would make it a lot easier if i could just change the theme haha.

Good Single Column Tumblr Theme(s)?

I found a theme I liked ( http://safe.txmblr.com/theme/preview/33867 ), but my tumblr is about music and the theme doesn't have a music player that fitted my personal liking. I tried to edit the HTML which I know a little bit about, but I just gave up. So this is what I'm looking for:
- No sidebar
- Navigation/Pages on top (preferably blockly-like as in the preview above)
- Music player like tumblr default ( http://bit.ly/16vwm5r )
- this might sound stupid, but it needs to be centered.
- also sounding stupid, color customization of text (had it not there before)

Here are some optional stuff I would like to have in the theme also:
- search bar
- header image
- background and post color
- custom css (just in case I want to edit something in the theme)
- customization wallpaper
- infinite scroll

Thank you for reading and for the help!

How do I add a third column to my tumblr theme?

1. Find the part of your HTML that says #side{ (or sidebar, etc.). Directly underneath it, paste the same sidebar code, changing the name to side2. Leave everything the same except the left margin, like this:
#side {
float: left;
position: fixed;
top:149px;
left: 150px;
width:300px;
background-color:{color:center};
height:100%;
border-top:0px dotted{color:text};
}
#side2{
float: left;
position: fixed;
top:149px;
left: 800px;
width:300px;
background-color:{color:center};
height:100%;
border-top:0px dotted{color:text};
}

2. Find the part of your theme that says

(or whatever your first sidebar is named) and AFTER
, add this:
Desired text goes here!

How can I change the number of columns on tesselate theme from tumblr?

go on your blog then edit & click on appearance & it should show you & you can change it :)

Tumblr themes?! please help ...............?

okay so im new to tumblr and i found this really cute girly theme i like, but i hate how its one column, so ive been looking for a new theme that is grid and non-stop scrolling... i dont like any of the themes that tumblr has to offer, and whenevr i go to one of my friend's tumblr, it doesnt have the option to download it, and when i go to a tumblr that i like, when i hit theme it brings me to a website and then it tells me to download this code. i just really want a cute girl theme that is grid!! does anyone know how i can do this but not have to download stuff):
thankk you soo much in advance!! (:

Can somebody find a tumblr theme like this?

This type of theme is a center column redux edit. While I could not find the exact theme just by looking at the html, I have found a few similar themes that will be linked down below. If you do not like any of my suggestions you could always look for themes like this yourself under the "redux edit" tag of tumblr: http://www.tumblr.com/tagged/redux+edit.

THEME 1: Willow Tree 1.0
LIVE PREVIEW: http://othertsuzami.tumblr.com/
CODE: http://pastebin.com/aiHBFs4e

THEME 2: Off Battle Screen
LIVE PREVIEW: http://offbattletheme.tumblr.com/
CODE: http://pastebin.com/raw.php?i=AzzHkE4d

THEME 3: Oyasumi v.2
LIVE PREVIEW: http://punkpun.tumblr.com/
CODE: http://pastebin.com/x2yRWKkZ

I hope I could help. If you have any more questions feel free to message me at kacumshi.tumblr.com

How do I move my post on my tumblr theme?

How do I move my post on my tumblr theme?
Whats the code that you have to add to this so that you can move your post around in your theme?
#drrr {width:500px;}
#posts {width: 500px;margin-bottom:10px;padding: 20px;margin:7px; z-index: -1;background-color: #000000;}

My posts are on the left, but I want to center my posts instead.

How do I make a one column theme into a two or three column? (TUMBLR)?

Adding another column in Tumblr: http://www.youtube.com/watch?v=HZaySCOV5uA

How can I center align an embedded video from Vimeo?

In WordPress 3.3 I added some code and it worked really well. Here's how:In the embed code from Vimeo, add the following line:class="aligncenter"I've attached a screenshot to make it easy to understand. Good luck.

If you could customize a theme for your website/blog without writing any line of code would you do it?

A2ACertainly, but there are a few requirements:1. Clean code that follows the WC3 standards.2. Easy to manage on-page SEO aspects.3. Deep customization and user-friendly. What I mean is: not just picking "do you want one or two sidebars" kind of customization, but being able to decide what is the size of each frame, column, banner, etc.4. Quick social media integration. And by social media I don't mean just "Facebook and Twitter". LinkedIn has several interesting resources I would like to add to my wordpress blogs, but most of the time it's a painful process.5. Easy to create mobile versions. I don't mean "responsive", but real tablet and smartphone versions of the site. I like my experience on a given site being tailored for the device I'm using.I hope it helps!

TRENDING NEWS