Space out header topics text
-
Hi, how do I space out the text in my blog header navigation so that it spans across the navigation bar? This is for the On Demand theme. Specifically, I am referring to the following navigation text:
Venture Capital
Startups
Tech
Gaming
Sports
MusicThe blog I need help with is: (visible only to logged in users)
-
Not quite sure about your question, but try something like this:
#navigation .menu { text-align: center; } #navigation .menu li { display: inline-block; float: none; margin-left: 20px; margin-right: 20px; }Play around with the numbers in margin-left and margin-right to work with the spacing between menu items.
-
Thanks, didn’t know removing the footer was a ToS violation. Just restored it.
Thanks, hfzrhmn, for that code. That helped tremendously, but then how do I space it just right such that the left edge space is equal to the right edge space?
-
Hi there and it looks like you have your menu pretty much centered now.
I’ll resolve this thread, but if you have additional questions, please feel free to start a new thread.
- The topic ‘Space out header topics text’ is closed to new replies.