Find out more about the “Show Off Your Avatar Campaign
RocketTheme  |  General  |  Free/GPL/Tutorials Discussions  |  Topic: Rokwebify - How to move top menu (User3) to the right « previous next »
Pages: [1] Go Down Print
Author Topic: Rokwebify - How to move top menu (User3) to the right  (Read 4250 times)
mycatch
Newbie
*
Offline Offline

Posts: 3

Rokwebify - How to move top menu (User3) to the right
« on: May 18, 2008, 12:14:42 PM »

By default the top menu in Rokwebify alligns left. I would like to have it allign right - thank you for providing some guidance.
Logged
Yves
Global Moderator
Hero Rocketteer
*
Offline Offline

Posts: 4389


Yves

WWW
Re: Rokwebify - How to move top menu (User3) to the right
« Reply #1 on: May 18, 2008, 01:17:30 PM »

In template_css.css:

div#horiz-menu li {
   margin: 0;
   padding: 0;
   padding-right: 2px;
   float: right;
   list-style: none;
   background: url(../images/menu-divider.png) 100% 0 repeat-y;
   }
Logged

mycatch
Newbie
*
Offline Offline

Posts: 3

Re: Rokwebify - How to move top menu (User3) to the right
« Reply #2 on: May 18, 2008, 03:06:41 PM »

Merci beaucoup Yves (Thank you very much Yves)

How do I make the menu item separator .png show left instead of right now?
Logged
James S!
Muffin Man
RocketTheme
Hero Rocketteer
*
Offline Offline

Posts: 36143


Firebug...Firebug...Firebug!

WWW
Re: Rokwebify - How to move top menu (User3) to the right
« Reply #3 on: May 19, 2008, 12:47:28 AM »

In the code that Yves posted, change 100% to 0
Logged

Firebug Video Tuts: - Editing HTML - Javascript Errors - Logo Changes

Video tutorials on how to use Firebug, its what we use Smiley
mycatch
Newbie
*
Offline Offline

Posts: 3

Re: Rokwebify - How to move top menu (User3) to the right
« Reply #4 on: May 19, 2008, 02:52:39 PM »

Thank you very much for the help guys!

T.
Logged
Pages: [1] Go Up Print 
RocketTheme  |  General  |  Free/GPL/Tutorials Discussions  |  Topic: Rokwebify - How to move top menu (User3) to the right « previous next »
Jump to: