Bones Starter Theme – Navigation menu
-
Hi,
I’ve recently started developing a wordpress theme in order to redesign my old portfolio website (which currently is not a dynamic cms-based site): ingrediente-x.com
Previously I made a thematic child theme for my blog ( theconstant.net ) but have never tried to develop a theme from scratch.I chose the Bones Starter Theme (https://themble.com/bones/) to do it. But got in a bit of a rut.
This new design I’m working on has an orientation mostly aligned to the center (with no sidebars):
* Logo on top centered
* navigation menu centered
* grid of work thumbnails centered
* post details “main content area” centered
— you get the gist of it— Right now my problem is: I can’t seem to find a way to center the navigation menu.
In the Base.less file under the .nav class I have tried the usual
margin: 0 auto;
display:block;
position:absolute;
text-align:center;
and some variations of it.I also tried
float: right;
and got the menu items to flow all the way to the right, so it seems that .nav class is the one to action upon, but still am not going anywhere.I’ve searched Google for a solution in the past 2 days without success…
Seems to be something easy to do, but can’t figure it out.Can anyone help me on this?
Thanks
- The topic ‘Bones Starter Theme – Navigation menu’ is closed to new replies.