![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Hi folks, I'm using Modish set to two columns, but what I'd like to do is move one of my modules up to the top and have it display horizontally, which isn't an option in the wizard as far as I can see.
So my question is: Is it possible to make the navlink module horizontal? I want it directly under my header as a line of links, not the vertical stack in the sidebar it is now.
Any help is appreciated!
So my question is: Is it possible to make the navlink module horizontal? I want it directly under my header as a line of links, not the vertical stack in the sidebar it is now.
Any help is appreciated!
no subject
Date: 2011-12-28 02:52 am (UTC)Now, completely extra, is there a way to add a little bit of space between the words? Even if there isn't, I'm ecstatic about this. My journal's finally looking how I want it.
no subject
Date: 2011-12-28 07:13 am (UTC)Sure, try this instead:
.module-navlinks li {
display: inline;
padding-right: .5em;
}
You can decrease or increase the number in padding if it's too much or not enough.
no subject
Date: 2011-12-28 04:46 pm (UTC)Thank you so, so much! :D
no subject
Date: 2011-12-28 09:54 pm (UTC)