PDA

View Full Version : Moving subnavbar links


FoOpLe
12-17-2010, 06:17 PM
I have searched and searched but can't seem to find out how to move the subnavlinks from the right to the left? any help/suggestions would be awesome :)

TheLastSuperman
12-17-2010, 06:32 PM
What are you referring to as subnavlinks?

FoOpLe
12-17-2010, 08:49 PM
errm, the links directly under the navbar, including "community","quick links" and others, I called it subnavlinks because they are right under the navbar :o

TheLastSuperman
12-18-2010, 12:05 AM
Ohh ok makes sense, edit the navbar template and look for the code, wrap it in this to remove:

<vb:comment>Code you want to remove here</vb:comment>

Are you just not sure which parts are what links etc?

FoOpLe
12-18-2010, 12:31 AM
But how do you move it after that, I don't necessarily want to remove it just move them to the other side, and while I'm at it, the toplinks in the header I also would like to move to the center and put in two rows. I may be able to screen cap and show exactly what I'm talking about.

--------------- Added 1292641019 at 1292641019 ---------------

https://vborg.vbsupport.ru/external/2010/12/50.jpg
something along these lines....

TheLastSuperman
12-18-2010, 01:28 AM
If your using a fixed width style you can add in space to the left either margin or padding. You can also code in a new css definition with float:right; or float:{vb:stylevar right}; and wrap the subnavlinks with it.