The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

how to put navigation on top

2 posters

Go down

how to put navigation on top Empty how to put navigation on top

Post by angry tomato September 22nd 2013, 5:28 pm

hi,

i've been wondering how to put navigation on the top of the forum, above the header (sorry i dont have example) OR on the left/right side of the header like this (click)

forum addres: http://foreverisalie.slovenianforum.com/ (in work)
avatar
angry tomato
New Member

Posts : 14
Reputation : 1
Language : slovenian

Back to top Go down

how to put navigation on top Empty Re: how to put navigation on top

Post by Nera. October 2nd 2013, 2:00 pm

Hi,

You mean the nav you already have on your corner? You want it on your header in the corner?

Find this in your CSS::
Code:
div.vertical_nav {
   position: absolute;
   right: 0;
   top: 0;
}

Replace it with this::
Code:
div.vertical_nav {
   float: right;
   position: relative;
   top: -420px;
}
It will move your nav in the top left corner of your header if that's what you wanted. Like this::

how to put navigation on top 1hk16

If not, clear your question up a bit please.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum