Moving Navigation Bars

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
6/10/2013 5:41:04 PM
Gravatar
Total Posts 55

Moving Navigation Bars

I was wondering if I can actually move the top navigation bar down a bit and put a space between it and my site banner. Is it possible?

6/11/2013 12:14:56 PM
Gravatar
Total Posts 18439

Re: Moving Navigation Bars

yes of course you can put that stuff anywhere you want. The markup exists in layout.master. most of the skins we ship have the markup for those top links located physically near the bottom of the markup in layout.master file then we use css fixed positioning to put it at the top. But you can move it wherever you want within layout.master and change the related css.

you should use browser dev tools to inspect the markup and css rules to figure out what you need to adjust. For example to move it you could either change the positioning or add padding-top etc but you need to use browser tools to find which css selectors and style rules are being applied.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.