WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Moving menu to top right beside banner. Empty Moving menu to top right beside banner. Sat Oct 30, 2010 5:09 pm

Kasperx

Kasperx
Registered Member
Registered Member
Im using a forumotion forum and would like to know if its possible to move the nav bar to the top right beside the banner (banner is on the left). So I want the navbar to be stuck to the right handside. If its possible to do with CSS in phpbb3 then great (using phpbb3) if not tell me which versions it is possible in.
Thanks alot!

ankillien

ankillien
Administrator
Administrator
Hi,

You can use this CSS code...

Code:
#page-header .navbar {
width: 200px;
position: absolute;
top: 10px;
right: 20px;
}

Change the top and right values to adjust its position.

Kasperx

Kasperx
Registered Member
Registered Member
Solved!
Thanks alot for the great service, much apreciated. Smile

ankillien

ankillien
Administrator
Administrator
Glad I could help buddy Very Happy

Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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