Jump to content

Tumblr


NatseOklim

Recommended Posts

anyone who knows how to do tumblr layouts,

I'm using the pages feature in customize, but the theme I'm using displays these vertically, where I would like them to display horizontally (to match a client site)

client site: http://nellieandme.com.au/

tumblr: http://nellieandme.tumblr.com/

if anyone knows how to make them not bold, or better match the horizontal menu on the site, that would be great too

:D

Link to comment
Share on other sites

anyone who knows how to do tumblr layouts,

I'm using the pages feature in customize, but the theme I'm using displays these vertically, where I would like them to display horizontally (to match a client site)

client site: http://nellieandme.com.au/

tumblr: http://nellieandme.tumblr.com/

if anyone knows how to make them not bold, or better match the horizontal menu on the site, that would be great too

:D

in the navigation css where it says

font-weight: bold;

change that to normal; And make them separate divs

Link to comment
Share on other sites

Thanks, I'm still having some problems, as all the pages are controlled by one bit of code I think.

this may be it here?

<div id="header">

</ul>

{block:HasPages}

<ul id="pages" class="navigation">

{block:Pages}

<li><a href="{URL}">{Label}</a></li>

{/block:Pages}

</ul>

{/block:HasPages}

</div>

<div class="article_header">

<div></div>

</div>

Link to comment
Share on other sites

this is killing me.

{block:HasPages}<div>

<ul id="pages" class="navigation">

{block:Pages}

<li><a href="{URL}">{Label} | </a></li>

{/block:Pages}

</ul></div>

{/block:HasPages}

anyone know how to make this horizontal (this applies to each of the items in the menu)

Link to comment
Share on other sites

this is killing me.

{block:HasPages}<div>

<ul id="pages" class="navigation">

{block:Pages}

<li><a href="{URL}">{Label} | </a></li>

{/block:Pages}

</ul></div>

{/block:HasPages}

anyone know how to make this horizontal (this applies to each of the items in the menu)

Make the li's float left, right now they are going to be stacked on top of each other

.navigation li {

float: left

}

Also (I actually looked at the tumblr), remove the width from the ul

.navigation {

width: 140px; /* DELETE THIS LINE */

}

Link to comment
Share on other sites

Make the li's float left, right now they are going to be stacked on top of each other

.navigation li {

float: left

}

Also (I actually looked at the tumblr), remove the width from the ul

.navigation {

width: 140px; /* DELETE THIS LINE */

}

legend thanks

Link to comment
Share on other sites

is there a way to browse the dashboard without all the like/reblogs ? not that i get THAT much of those, but sometimes my shit get reblogged by a hugely followed tumblr and a hundred person like my stuff for a few hours but it's not like i really cared.

Link to comment
Share on other sites

Thanks to anyone on here who followed me btw, up to about 130 or so now.

Seconded - between this and being lucky to be featured/linked on some bigger tumblogs (i hate that word) i'm just about at 370 now - and on the top page of the photographers directory, so that's pretty sick!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...